-
- {{unit "cdmf.unit.device.overview.digital-display-image"}}
-
-
-
Device Overview - Digital Display
- {{#defineZone "device-detail-properties"}}
-
-
- Device | {{device.viewModel.vendor}} {{device.properties.model}} |
- Model | {{device.viewModel.model}} |
- IMEI | {{device.viewModel.imei}} |
- {{#if device.viewModel.udid}}
- UDID | {{device.viewModel.udid}} |
- {{/if}}
- {{#if device.viewModel.phoneNumber}}
- Phone Number | {{device.viewModel.phoneNumber}} |
- {{/if}}
-
- Status |
-
- {{#equal device.status "ACTIVE"}} Active{{/equal}}
- {{#equal device.status "INACTIVE"}} Inactive{{/equal}}
- {{#equal device.status "BLOCKED"}} Blocked{{/equal}}
- {{#equal device.status "REMOVED"}} Removed{{/equal}}
- |
-
-
-
- {{/defineZone}}
-
Operations
-
- {{unit "iot.unit.device.operation" device=device}}
-
-
-
\ No newline at end of file
diff --git a/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggerryapps/devicemgt/app/units/iot.unit.device.digitaldisplay-overview/digitaldisplay-overview.json b/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggerryapps/devicemgt/app/units/iot.unit.device.digitaldisplay-overview/digitaldisplay-overview.json
deleted file mode 100644
index 688e939808..0000000000
--- a/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggerryapps/devicemgt/app/units/iot.unit.device.digitaldisplay-overview/digitaldisplay-overview.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "version": "1.0.0"
-}
\ No newline at end of file
diff --git a/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.digitaldisplay.device-view/device-view.hbs b/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.digitaldisplay.device-view/device-view.hbs
new file mode 100644
index 0000000000..622beab059
--- /dev/null
+++ b/features/device-mgt-iot-digitaldisplay-feature/org.wso2.carbon.device.mgt.iot.digitaldisplay.feature/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.digitaldisplay.device-view/device-view.hbs
@@ -0,0 +1,64 @@
+{{unit "cdmf.unit.lib.service-invoker-utility"}}
+{{unit "cdmf.unit.lib.handlebars"}}
+{{#defineZone "device-detail-top"}}
+
+
Connect (Quick Start)
+
Internet of Things Foundation Quickstart connection
+
+
+ 01 Click on the 'Create DEB' button above to get the download link for the Digital Display 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 Digital Display 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'
+
+
+
+
+
+
+
-
-
Login
-
-
-
- Login failed. Check your credentials and try again.
-
-
-
+{{#zone "signInForm-below"}}
+
-
-
-{{#zone "bottomLoginJs"}}
- {{js "js/login.js" }}
{{/zone}}
diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/modules/operation.js b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/modules/operation.js
index f78650e7d1..79cab72166 100644
--- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/modules/operation.js
+++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/modules/operation.js
@@ -35,6 +35,20 @@ var operationModule = function () {
switch (deviceType) {
case "virtual_firealarm":
return [{name: "Alarm Status", description: "0:off 1:on", operation: "bulb"}];
+ case "digital_display":
+ return [
+ {name: "Restart Browser", description: "0:faild 1:sucess", operation: "bulb"},
+ {name: "Close Browser", description: "0:faild 1:sucess"},
+ {name: "Terminate Display", description: "0:faild 1:sucess"},
+ {name: "Restart Display", description: "0:faild 1:sucess"},
+ {name: "Edit Content", description: "0:faild 1:sucess"},
+ {name: "Add New Resource", description: "0:faild 1:sucess"},
+ {name: "Remove Resource", description: "0:faild 1:sucess"},
+ {name: "Remove Directory", description: "0:faild 1:sucess"},
+ {name: "Remove Content", description: "0:faild 1:sucess"},
+ {name: "Shutdown Display", description: "0:faild 1:sucess"}
+ ];
+
default:
return [];
}
diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/themes/store/fonts/font-wso2.svg b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/themes/store/fonts/font-wso2.svg
index 72a370b157..d36ba83abf 100644
--- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/themes/store/fonts/font-wso2.svg
+++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/store/extensions/app/store-device-type/themes/store/fonts/font-wso2.svg
@@ -26,7 +26,7 @@