diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/conf/device-type.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/conf/device-type.json
index a1bdd15a96..fd99106c1b 100644
--- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/conf/device-type.json
+++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/conf/device-type.json
@@ -1,25 +1,6 @@
{
"deviceType": {
- "displayName": "Virtual Firealarm",
- "image": "/public/cdmf.unit.device.type.virtual_firealarm/images/thumb.png",
- "downloadBtnText": "Download",
- "ingredients": [
- "Raspberry Pi (Internet Enabled)",
- "DHT11 Temperature Sensor",
- "LED",
- "Buzzer(3v)"
- ],
- "prepareSteps": [
- "Set up your RaspberryPi device as shown in the schematic below and get the FireAlarm setup.",
- "Connect a monitor to your RaspberryPi via the HDMI cable to get a UI view of the device.",
- "Get the RaspberryPi to connect to the internet (via Ethernet or Wifi) and note its IP_ADDRESS"
- ],
- "schematicDiagram": "/public/cdmf.unit.device.type.virtual_firealarm/images/schematicsGuide.png",
- "quickStartup": [
- "Click on the 'Create DEB' button above to get the download link for the FireAlarm setup files",
- "(The following commands can be issued by directly typing into the terminal of the device or by an 'ssh' login from a remote PC)",
- "Download the FireAlarm setup files using the following command: 'curl -k < url_link_received_from_the_above_step >> Agent.zip' This will download a zip file named 'Agent.zip'"
- ],
- "additionalHtml" : ""
+ "label": "Android Sense",
+ "category" : "mobile"
}
}
diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/pages/device-type-details.hbs b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/pages/device-type-details.hbs
deleted file mode 100644
index 892b231326..0000000000
--- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/private/pages/device-type-details.hbs
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
{{@uriParams.deviceType}} Android Sense
-
-
Connect your Android Sense device
- to the WSO2 device cloud.
-
-
-
-
-
-
Ingredients
-
-
Hardware Requirements
-
-
-
-
-
- Raspberry Pi (Internet Enabled)
-
-
-
- DHT11 Temperature Sensor
-
-
-
- LED
-
-
-
- Buzzer(3v)
-
-
Internet of Things Foundation Quickstart connection
-
-
-
01Click on the 'Create DEB' button above to get the download link for the FireAlarm setup files
-
02(The following commands can be issued by directly typing into the terminal of the device or by an 'ssh' login from a remote PC)
-
03Download the FireAlarm setup files using the following command: 'curl -k < url_link_received_from_the_above_step >> Agent.zip' This will download a zip file named 'Agent.zip'
-
-
-
-
-
-
-
-
-
-
-
-
- Scan QR code to start enrollment
-
-
- Please scan the QR code using your mobile device to retrieve enrollment URL.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/public/templates/listing.hbs b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/public/templates/listing.hbs
index 78eb9238ae..2563f03ced 100644
--- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/public/templates/listing.hbs
+++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.type-view/public/templates/listing.hbs
@@ -1,30 +1,19 @@
-
\ No newline at end of file
diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
index d5327320b4..159ad05aba 100644
--- a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
+++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.virtual_firealarm.type-view/type-view.hbs
@@ -6,6 +6,7 @@