From 59cfb4cb7cabd55227484a116c4b865af5987e5f Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Thu, 10 Dec 2015 19:09:24 +0530 Subject: [PATCH] adding device type configs --- .../private/conf/device-type.json | 21 +-- .../private/pages/device-type-details.hbs | 151 ------------------ .../private/conf/device-type.json | 21 +-- .../private/pages/device-type-details.hbs | 151 ------------------ .../private/conf/device-type.json | 21 +-- .../private/pages/device-type-details.hbs | 151 ------------------ 6 files changed, 3 insertions(+), 513 deletions(-) delete mode 100644 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/private/pages/device-type-details.hbs delete mode 100644 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/private/pages/device-type-details.hbs delete mode 100644 features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/pages/device-type-details.hbs 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/private/conf/device-type.json 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/private/conf/device-type.json index a1bdd15a96..d0ede06a9e 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/private/conf/device-type.json +++ 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/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" : "" + "category" : "iot" } } 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/private/pages/device-type-details.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/private/pages/device-type-details.hbs deleted file mode 100644 index b8a3956f41..0000000000 --- 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/private/pages/device-type-details.hbs +++ /dev/null @@ -1,151 +0,0 @@ -
-

{{@uriParams.deviceType}} Virtual Firealarm

-
-

Connect your Virtual Firealarm device - to the WSO2 device cloud.

-
-
- -
-
-

Ingredients

-
-

Hardware Requirements

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

-
- -
-

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'

    -
-
-
- - - - - - - \ 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.type-view/private/conf/device-type.json 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/private/conf/device-type.json index 6b9e900963..b6586ddde5 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/private/conf/device-type.json +++ 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/private/conf/device-type.json @@ -1,25 +1,6 @@ { "deviceType": { "displayName": "Android", - "image": "/public/cdmf.unit.device.type.android/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.windows/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" : "" + "category" : "mobile" } } 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/private/pages/device-type-details.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/private/pages/device-type-details.hbs deleted file mode 100644 index 5b6e3d186b..0000000000 --- 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/private/pages/device-type-details.hbs +++ /dev/null @@ -1,151 +0,0 @@ -
-

Android Mobile

-
-

Connect your Android device - to the WSO2 device cloud.

-
-
- -
-
-

Ingredients

-
-

Hardware Requirements

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

-
- -
-

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'

    -
-
-
- - - - - - - \ No newline at end of file diff --git a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/conf/device-type.json b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/conf/device-type.json index 39959991ef..6f2b0650e8 100644 --- a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/conf/device-type.json +++ b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/conf/device-type.json @@ -1,25 +1,6 @@ { "deviceType": { "displayName": "Windows", - "image": "/public/cdmf.unit.device.type.windows/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.windows/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" : "" + "category" : "mobile" } } diff --git a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/pages/device-type-details.hbs b/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/pages/device-type-details.hbs deleted file mode 100644 index f6e275e339..0000000000 --- a/features/device-mgt-mdm-windows-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/pages/device-type-details.hbs +++ /dev/null @@ -1,151 +0,0 @@ -
-

Windows Mobile

-
-

Connect your Windows device - to the WSO2 device cloud.

-
-
- -
-
-

Ingredients

-
-

Hardware Requirements

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

-
- -
-

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'

    -
-
-
- - - - - - - \ No newline at end of file