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.device-view/device-view.js 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.device-view/device-view.js index 8fbf6ca1a9..eca50c19f4 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.device-view/device-view.js +++ 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.device-view/device-view.js @@ -4,7 +4,7 @@ function onRequest(context) { var deviceId = request.getParameter("id"); if (deviceType != null && deviceType != undefined && deviceId != null && deviceId != undefined) { - var deviceModule = require("/modules/device.js").deviceModule; + var deviceModule = require("/app/modules/device.js").deviceModule; var device = deviceModule.viewDevice(deviceType, deviceId); if (device && device.status != "error") { 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/type-view.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/type-view.hbs index 9952f3e8d5..c1b918464c 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/type-view.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/type-view.hbs @@ -5,29 +5,23 @@ to the WSO2 device cloud.

- +

Ingredients


Hardware Requirements


- - - - Raspberry Pi (Internet Enabled)
- - - - DHT11 Temperature Sensor
- - - - LED
- - - - Buzzer(3v)
+
Download @@ -39,34 +33,23 @@

Name your device and download the agent from following link.


-
+
-
- - - -
- -
+

+ +
-
- -
- Download +
+ Download Now    - +     Copy Link        @@ -184,47 +167,36 @@

Get your device ready


+
    +
  • 01 Set up your RaspberryPi device + as shown in the schematic below and get the FireAlarm setup.
  • -

    01 Set up your RaspberryPi device - as shown in the schematic below and get the FireAlarm setup.

    - -

    02 Connect a monitor to your - RaspberryPi via the HDMI cable to get a UI view of the device.

    - -

    03 Get the RaspberryPi to connect - to the internet (via Ethernet or Wifi) and note its IP_ADDRESS

    +
  • 02 Connect a monitor to your + RaspberryPi via the HDMI cable to get a UI view of the device.
  • +
  • 03 Get the RaspberryPi to connect + to the internet (via Ethernet or Wifi) and note its IP_ADDRESS
  • +

-
-

Schematic Diagram

-
-

Click on the image to zoom

-
- - - -
-
-
-

Connect (Quick Start)


Internet of Things Foundation Quickstart connection


-

01 Click on the 'Create - DEB' button above to get the download link for the FireAlarm setup files

+
    +
  • 01 Click on the 'Create + DEB' button above to get the download link for the FireAlarm setup files
  • -

    02 (The following commands can +

  • 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)

    + from a remote PC)
  • -

    03 Download the FireAlarm setup +

  • 03 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'

    + Agent.zip'

    This will download a zip file named 'Agent.zip'
  • +

@@ -300,19 +272,5 @@ {{#zone "bottomJs"}} {{js "/js/download.js"}} {{js "/js/jquery.validate.js"}} - {{/zone}} diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.ui.header.logo/logo.hbs b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.ui.header.logo/logo.hbs index 5d18e1cfb8..6444d9e643 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.ui.header.logo/logo.hbs +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.ui.header.logo/logo.hbs @@ -1 +1 @@ -{{#zone "productName"}}IoT SERVER{{/zone}} \ No newline at end of file +{{#zone "productName"}}IoT Server{{/zone}} \ 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.device-view/device-view.js 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.device-view/device-view.js index 796dccb4a0..aeb0c51d5d 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.device-view/device-view.js +++ 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.device-view/device-view.js @@ -4,7 +4,7 @@ function onRequest(context) { var deviceId = request.getParameter("id"); if (deviceType != null && deviceType != undefined && deviceId != null && deviceId != undefined) { - var deviceModule = require("/modules/device.js").deviceModule; + var deviceModule = require("/app/modules/device.js").deviceModule; var device = deviceModule.viewDevice(deviceType, deviceId); if (device) { 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 83b8fd6fd9..d5327320b4 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 @@ -1,37 +1,27 @@

Virtual Firealrm


-

Connect your Android device - to the WSO2 device cloud.

+

Connect your Android device to the WSO2 device cloud.

-

Ingredients

-
-

Hardware Requirements

-
- - - - - Raspberry Pi (Internet Enabled)
- - - - DHT11 Temperature Sensor
- - - - LED
- - - - Buzzer(3v)
- - -
+

Ingredients

+
+

Hardware Requirements

+
+
    +
  • + Raspberry Pi (Internet Enabled)
  • +
  • + DHT11 Temperature Sensor
  • +
  • + LED
  • +
  • + Buzzer(3v)
  • +
+
Download @@ -39,7 +29,7 @@
@@ -155,40 +145,38 @@

-
-

Prepare


-

Get your device ready

-
- -

01 Set up your RaspberryPi device as shown in the schematic below and get the FireAlarm setup.

-

02 Connect a monitor to your RaspberryPi via the HDMI cable to get a UI view of the device.

-

03 Get the RaspberryPi to connect to the internet (via Ethernet or Wifi) and note its IP_ADDRESS

- -
-
- -
-

Schematic Diagram


-

Click on the image to zoom

-
- - - -
-
-
+
+

Prepare


+

Get your device ready

+ +
+
-
-

Connect (Quick Start)


-

Internet of Things Foundation Quickstart connection

-
+
+

Schematic Diagram


+

Click on the image to zoom

+
+ + + +
+
+
-

01 Click 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)

-

03 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'

- -
-
+
+

Connect (Quick Start)


+

Internet of Things Foundation Quickstart connection

+
    +
  • 01 Click 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)
  • +
  • 03 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'
  • +
+
+
@@ -272,5 +260,4 @@ } -{{/zone}} - +{{/zone}} \ No newline at end of file diff --git a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js index c4ca9ecfed..cf66cd5bee 100644 --- a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js +++ b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js @@ -4,7 +4,7 @@ function onRequest(context) { var deviceId = request.getParameter("id"); if (deviceType != null && deviceType != undefined && deviceId != null && deviceId != undefined) { - var deviceModule = require("/modules/device.js").deviceModule; + var deviceModule = require("/app/modules/device.js").deviceModule; var device = deviceModule.viewDevice(deviceType, deviceId); if (device) { diff --git a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs index d54050f677..a82472b2b6 100644 --- a/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs +++ b/features/device-mgt-mdm-android-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/type-view.hbs @@ -1,95 +1,49 @@

Android Mobile


-

Connect your Android device - to the WSO2 device cloud.

+

Connect your Android device to the WSO2 device cloud.

- +
-

Ingredients

-
-

Hardware Requirements

-
- - - - - Raspberry Pi (Internet Enabled)
- - - - DHT11 Temperature Sensor
- - - - LED
- - - - Buzzer(3v)
- - -
- +

Ingredients

+
+

Hardware Requirements

+
+
    +
  • + Android Mobile
  • +
+
- Download + Enroll Device

-
-

Prepare


-

Get your device ready

-
- -

01 Set up your RaspberryPi device as shown in the schematic below and get the FireAlarm setup.

-

02 Connect a monitor to your RaspberryPi via the HDMI cable to get a UI view of the device.

-

03 Get the RaspberryPi to connect to the internet (via Ethernet or Wifi) and note its IP_ADDRESS

- -
-
- -
-

Schematic Diagram


-

Click on the image to zoom

-
- - - -
-
-
- -
-

Connect (Quick Start)


-

Internet of Things Foundation Quickstart connection

-
- -

01 Click 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)

-

03 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'

- -
-
+
+

Prepare


+

Get your device ready

+
    +
  • 01 Download Device Agent into your Android Mobile.
  • +
  • 02 Install the Agent APK file.
  • +
  • 03 Configure the Agent App
  • +
+
+
-