From a47776405bba5677c82cf9a80ab37e4ca14b8f06 Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Date: Tue, 22 Sep 2015 13:23:59 +0530 Subject: [PATCH] =?UTF-8?q?samples=E2=80=99=20names=20changed=20to=20match?= =?UTF-8?q?=20with=20that=20of=20CDMF-types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/samples/arduino/artifact/deviceType.json | 6 +++--- modules/samples/raspberrypi/artifact/deviceType.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/samples/arduino/artifact/deviceType.json b/modules/samples/arduino/artifact/deviceType.json index 063cfe59..4f0811de 100644 --- a/modules/samples/arduino/artifact/deviceType.json +++ b/modules/samples/arduino/artifact/deviceType.json @@ -1,12 +1,12 @@ { - "name": "Arduino", + "name": "arduino", "tags": "WSO2, IoT, Arduino, ArduinoUno", "rate": 3, "attributes": { - "overview_status": "CREATED", + "overview_status": "PUBLISHED", "overview_provider":"admin", "overview_version":"1.0.0", - "overview_name":"Arduino", + "overview_name":"arduino", "overview_url":"http://www.google.lk", "setupGuide_guideImage":"undefined", "overview_actionName":"Download", diff --git a/modules/samples/raspberrypi/artifact/deviceType.json b/modules/samples/raspberrypi/artifact/deviceType.json index b880f605..6b003096 100644 --- a/modules/samples/raspberrypi/artifact/deviceType.json +++ b/modules/samples/raspberrypi/artifact/deviceType.json @@ -1,12 +1,12 @@ { - "name": "RaspberryPi", + "name": "raspberrypi", "tags": "WSO2, IoT, RaspberryPi", "rate": 3, "attributes": { - "overview_status": "CREATED", + "overview_status": "PUBLISHED", "overview_provider":"admin", "overview_version":"1.0.0", - "overview_name":"RaspberryPi", + "overview_name":"raspberrypi", "overview_url":"http://www.google.lk", "setupGuide_guideImage":"undefined", "overview_actionName":"Download",