diff --git a/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs b/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs
index 54c12b154..a2ada8403 100644
--- a/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs
+++ b/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs
@@ -196,11 +196,11 @@
-
- 01
+ 01
Wifi-Shield mounted onto the Arduino-UNO board
-
- 02
+ 02
Connect LED bulb to arduino as follows
@@ -210,20 +210,20 @@
-
- 03
+ 03
Download Arduino-Sketch from [Download Sketch] link above.
-
- 04
+ 04
Unzip the downloaded Arduino Agent
-
- 05
+ 05
Create a folder called "ArduinoBoardSketch" and move all source files
inside
-
- 06
+ 06
Open ArduinoBoardSketch.h and provide appropriate values for
[WLAN_SSID],
[WLAN_PASS],
@@ -233,19 +233,19 @@
variables according to your network.
-
- 07
+ 07
Burn the sketch onto your Arduino board and let the program run.
-
-
+
Arduino will publish it's internal temperature to WSO2-IoT-Server
-
+
@@ -256,36 +256,38 @@
-
-
Try Out
-
-
- -
- 01
- You can view all your connected devices at
- [Device Management] page.
-
- -
- 02
- Select one of connected devices and check for available control
- operations and monitor Real-Time data.
-
- -
- 03
- You can also view analytics of the data published to IoT-Server by
- navigating to Device Analytics page.
-
-
-
-
-
-
Click on the image to zoom
-
-
-
-
-
+
+
+
Try Out
+
+
+ -
+ 01
+ You can view all your connected devices at
+ [Device Management] page.
+
+ -
+ 02
+ Select one of connected devices and check for available control
+ operations and monitor Real-Time data.
+
+ -
+ 03
+ You can also view analytics of the data published to IoT-Server by
+ navigating to Device Analytics page.
+
+
+
+
+
+
Click on the image to zoom
+
+
+
+
+
+
diff --git a/components/device-types/raspberrypi-plugin/org.wso2.carbon.device.mgt.iot.raspberrypi.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.raspberrypi.type-view/type-view.hbs b/components/device-types/raspberrypi-plugin/org.wso2.carbon.device.mgt.iot.raspberrypi.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.raspberrypi.type-view/type-view.hbs
index e900fbd1a..26dd1b94a 100644
--- a/components/device-types/raspberrypi-plugin/org.wso2.carbon.device.mgt.iot.raspberrypi.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.raspberrypi.type-view/type-view.hbs
+++ b/components/device-types/raspberrypi-plugin/org.wso2.carbon.device.mgt.iot.raspberrypi.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.raspberrypi.type-view/type-view.hbs
@@ -192,31 +192,31 @@
-
- 01
+ 01
Connect RaspberryPi, DHT11 Temperature sensor and LED as per the
schematic below.
-
- 02
+ 02
Ensure your RaspberryPi Board can connect to Internet.
-
- 03
+ 03
Download RaspberryPi Agent via [Download Agent] button above.
(Alternatively you can use the "curl" command to directly download the Agent to your
RaspberryPi.)
-
- 04
+ 04
Copy downloaded Agent into your RaspberryPi.
-
- 05
+ 05
Unzip the downloaded Agent and start terminal to run below commands.
-
-
+
@@ -225,7 +225,7 @@
-
-
+
@@ -251,17 +251,17 @@
-
- 01
+ 01
You can view all your connected devices at
[Device Management] page.
-
- 02
+ 02
Select one of connected devices and check for available control
operations and monitor Real-Time data.
-
- 03
+ 03
You can also view analytics of the data published to IoT-Server by
navigating to Device Analytics page.
diff --git a/components/device-types/virtual-fire-alarm-plugin/org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs b/components/device-types/virtual-fire-alarm-plugin/org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
index c2ad5fe22..27b2ae737 100644
--- a/components/device-types/virtual-fire-alarm-plugin/org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
+++ b/components/device-types/virtual-fire-alarm-plugin/org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
@@ -205,19 +205,15 @@
-
- 01
- Download your VirtualFireAlarm using [Download Agent] button above.
-
- -
- 02
+ 01
Unzip the downloaded Agent.
-
- 03
+ 02
Move into the unzipped Agent folder in the terminal.
-
- 04
+ 03
Unzip the downloaded Agent and start terminal to run this command: [sh
start-device.sh]
@@ -240,17 +236,17 @@
-
- 01
+ 01
You can view all your connected devices at
[Device Management] page.
-
- 02
+ 02
Select one of connected devices and check for available control
operations and monitor Real-Time data.
-
- 03
+ 03
You can also view analytics of the data published to IoT-Server by
navigating to Device Analytics page.
diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs
index 81ddcd0af..fbaac24cb 100644
--- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs
+++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs
@@ -37,6 +37,26 @@
+