@webos-tools/cli 3.1.3 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/c_cpp_properties.json +21 -0
- package/.vscode/launch.json +97 -0
- package/.vscode/settings.json +13 -0
- package/.vscode/tasks.json +32 -0
- package/CHANGELOG.md +34 -0
- package/README.md +226 -219
- package/bin/ares-config.js +210 -201
- package/bin/ares-device.js +222 -219
- package/bin/ares-launch.js +318 -318
- package/bin/ares-novacom.js +220 -220
- package/bin/ares-package.js +347 -336
- package/files/conf/ares.json +48 -48
- package/files/conf/command-service.json +78 -73
- package/files/conf/config.json +31 -31
- package/files/conf/novacom-devices.json +68 -51
- package/files/conf/sdk.json +8 -8
- package/files/conf/template.json +57 -57
- package/files/conf-base/env/sdk-signage.json +8 -0
- package/files/conf-base/key/pubkey-signage.pem +9 -0
- package/files/conf-base/profile/config-signage.json +29 -0
- package/files/conf-base/query/signage/query-app.json +14 -0
- package/files/conf-base/query/signage/query-service.json +6 -0
- package/files/conf-base/template-conf/signage-sdk-templates.json +239 -0
- package/files/help/ares-config.help +48 -48
- package/files/help/ares-generate.help +101 -91
- package/files/help/ares-inspect.help +77 -76
- package/files/help/ares-launch.help +111 -105
- package/files/help/ares-package.help +103 -101
- package/files/help/ares-setup-device.help +196 -156
- package/files/schema/NovacomDevices.schema +63 -62
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/clockTable.js +29 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/index.html +53 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/remocon.js +214 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/scheduler.js +122 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/setanddelete.js +25 -0
- package/files/templates/signage-sdk-templates/Backlight_Scheduling/style.css +213 -0
- package/files/templates/signage-sdk-templates/Download_Progress/app.css +27 -0
- package/files/templates/signage-sdk-templates/Download_Progress/app.js +407 -0
- package/files/templates/signage-sdk-templates/Download_Progress/index.html +32 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova/2.7.0/cordova.webos.js +7038 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova/LICENSE +201 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.0/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/storage.js +23 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.2/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.3/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/configuration.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/deviceInfo.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/inputSource.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/power.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/security.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/signage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/sound.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/storage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/time.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/utility.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.0/video.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/configuration.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/deviceInfo.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/inputSource.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/power.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/security.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/signage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/sound.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/storage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/time.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/utility.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.1/video.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/configuration.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/deviceInfo.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/inputSource.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/power.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/security.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/signage.js +8 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/sound.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/storage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/time.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/utility.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.2/video.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/configuration.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/deviceInfo.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/inputSource.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/power.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/security.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/signage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/sound.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/storage.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/time.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/utility.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.3/video.js +9 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.4/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.4.5/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.0/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.11/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.12/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.2/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.3/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.4/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.5/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.6/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.7/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.5.8/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.0/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.2/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.3/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/led.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.7/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/led.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.6.8/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.0/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/led.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.5/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/led.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.7.6/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.0/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/security.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/time.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/cordova-cd/1.8.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/custom/custom1.2.js +14 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/custom/custom1.3.1.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/custom/custom1.3.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/custom/custom1.4.js +14 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/README.txt +40 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/gpio.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/gps.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/humidity.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/light.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/nfc.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/rfid.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/temperature.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/harmony/thermalPrinter.js +16 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/webOS/LICENSE-2.0.txt +202 -0
- package/files/templates/signage-sdk-templates/Download_Progress/js/webOS/webOS.js +1 -0
- package/files/templates/signage-sdk-templates/Download_Progress/res/webossignage_logo.png +0 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/css/styles.css +270 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/data/data.json +12 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/fonts/MuseoSans300.otf +0 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/fonts/MuseoSans700Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/index.html +43 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/js/controller.js +263 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/res/images/tpl_01_img_sign.png +0 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/res/images/tpl_01_logo_nike.png +0 -0
- package/files/templates/signage-sdk-templates/Fashion_Multimedia_Ad/res/videos/tpl_01_video.mp4 +0 -0
- package/files/templates/signage-sdk-templates/File_Explorer/README.txt +16 -0
- package/files/templates/signage-sdk-templates/File_Explorer/index.html +12 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/Root.js +39 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/definition.js +59 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/explorer.js +367 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/explorerController.js +462 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/File_Explorer/js/mainController.js +261 -0
- package/files/templates/signage-sdk-templates/File_Explorer/style.css +233 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/appinfo.json +11 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/css/styles.css +168 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/data/data.json +5 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/fonts/MuseoSans300.otf +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/fonts/MuseoSans500.otf +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/fonts/MuseoSans700.otf +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/AAir.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/BAirline.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/CAirline.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/DAir.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/EAirline.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/images/tpl_05_img_flight.png +0 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/index.html +32 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/js/controller.js +235 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/js/helpers/util.js +183 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/readme.txt +29 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/server/example.json +4 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/server/package.json +9 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/server/readme.txt +30 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/server/routes/flights.js +493 -0
- package/files/templates/signage-sdk-templates/Flight_Schedule/server/server.js +43 -0
- package/files/templates/signage-sdk-templates/Information_Board/css/styles.css +239 -0
- package/files/templates/signage-sdk-templates/Information_Board/data/data.json +49 -0
- package/files/templates/signage-sdk-templates/Information_Board/fonts/Museo Sans 300.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Board/fonts/Museo Sans 500.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Board/fonts/Museo Sans 700.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Board/index.html +101 -0
- package/files/templates/signage-sdk-templates/Information_Board/js/controller.js +111 -0
- package/files/templates/signage-sdk-templates/Information_Board/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Information_Board/readme.txt +22 -0
- package/files/templates/signage-sdk-templates/Information_Board/res/images/tpl_06_img_main_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Board/res/images/tpl_06_img_news.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Board/res/images/tpl_06_logo_harvard.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/css/styles.css +387 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/data/data.json +185 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 300 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 300.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 500 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 500.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 700 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/fonts/Museo Sans 700.otf +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/index.html +320 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/js/controller.js +373 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_arrow_l_n.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_arrow_l_p.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_arrow_r_n.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_arrow_r_p.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_close_n.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_close_p.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_rotation_n.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_btn_rotation_p.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_bg_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_02.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_03.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_04.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_05.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_06.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_07.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_08.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_09.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_10.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_11.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_12.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_02.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_03.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_04.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_05.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_list_3_06.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_02.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_03.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_04.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_05.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_06.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_07.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_08.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_09.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_10.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_11.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_popup_list_12.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_style_01.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_img_style_02.png +0 -0
- package/files/templates/signage-sdk-templates/Information_Kiosk/res/images/tpl_10_logo.png +0 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/index.html +40 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova/2.7.0/cordova.webos.js +7038 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova/LICENSE +201 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/storage.js +23 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.2/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.3/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/security.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/time.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.4.5/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/security.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/time.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.5.12/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/led.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/security.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/time.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.6.8/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/led.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/security.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/time.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.7.6/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/iot.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/power.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/security.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/signage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/sound.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/storage.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/time.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/utility.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/cordova-cd/1.8.1/video.js +1 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/custom1.4.js +14 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/initializer.js +234 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/remocon.js +73 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/scheduler.js +84 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/js/videoPlayer.js +352 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/remocon.png +0 -0
- package/files/templates/signage-sdk-templates/Local_Content_Scheduling/style.css +99 -0
- package/files/templates/signage-sdk-templates/Mart/css/styles.css +248 -0
- package/files/templates/signage-sdk-templates/Mart/data/data.json +37 -0
- package/files/templates/signage-sdk-templates/Mart/fonts/Museo Sans 300 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Mart/fonts/Museo Sans 300.otf +0 -0
- package/files/templates/signage-sdk-templates/Mart/fonts/Museo Sans 500.otf +0 -0
- package/files/templates/signage-sdk-templates/Mart/fonts/Museo Sans 700.otf +0 -0
- package/files/templates/signage-sdk-templates/Mart/index.html +81 -0
- package/files/templates/signage-sdk-templates/Mart/js/controller.js +102 -0
- package/files/templates/signage-sdk-templates/Mart/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Mart/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_bg.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_brand.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_list_01.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_list_02.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_list_03.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_list_04.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_img_tag.png +0 -0
- package/files/templates/signage-sdk-templates/Mart/res/images/tpl_09_logo.png +0 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/css/styles.css +40 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/data/data.json +6 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/index.html +28 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/js/controller.js +427 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/js/helpers/util.js +134 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/res/images/tpl_02_img_poster.jpg +0 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/res/videos/tpl_02_video_01.mp4 +0 -0
- package/files/templates/signage-sdk-templates/Multimedia_Advertisement/res/videos/tpl_02_video_02.mp4 +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/css/styles.css +163 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/data/data.json +92 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/fonts/MuseoSans300.otf +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/fonts/MuseoSans500.otf +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/fonts/MuseoSans700.otf +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/fonts/MuseoSans700Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/index.html +197 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/js/controller.js +158 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_bg_top.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_01.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_02.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_03.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_04.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_05.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_06.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_07.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_08.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_img_menu_09.png +0 -0
- package/files/templates/signage-sdk-templates/Price_Board_for_QSR/res/images/tpl_04_logo.png +0 -0
- package/files/templates/signage-sdk-templates/Simple_Network_FailOver/index.html +29 -0
- package/files/templates/signage-sdk-templates/Simple_Network_FailOver/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/Simple_Network_FailOver/networkMonitor.js +136 -0
- package/files/templates/signage-sdk-templates/Simple_Network_FailOver/style.css +142 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/css/styles.css +281 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/data/data.json +33 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 300 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 300.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 500 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 500.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 700 Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/fonts/Museo Sans 700.otf +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/index.html +110 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/js/controller.js +171 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_bg.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_01.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_01_l.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_02.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_03.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_04.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_img_coffe_05.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_logo_01.png +0 -0
- package/files/templates/signage-sdk-templates/Special_Menu_Board/res/images/tpl_03_logo_02.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/css/styles.css +634 -0
- package/files/templates/signage-sdk-templates/Wayfinder/data/data.json +339 -0
- package/files/templates/signage-sdk-templates/Wayfinder/fonts/MuseoSans300.otf +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/fonts/MuseoSans500.otf +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/fonts/MuseoSans700.otf +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/fonts/MuseoSans700Italic.otf +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/index.html +171 -0
- package/files/templates/signage-sdk-templates/Wayfinder/js/controller.js +447 -0
- package/files/templates/signage-sdk-templates/Wayfinder/js/helpers/util.js +175 -0
- package/files/templates/signage-sdk-templates/Wayfinder/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_btn_back_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_icon_dot_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_icon_dot_s.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_01.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_02.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_03.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_01_d.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_01_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_02_d.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_02_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_03_d.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_03_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_all_shadow.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_home_01_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_home_02_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_floormap_home_03_n.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_point.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_img_point_shadow.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_elevator.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_escalator.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_exit.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_info.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_parking.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_list_icon_toilet.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_logo_lg.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_logo_shoppingmall_name.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_logo_store.png +0 -0
- package/files/templates/signage-sdk-templates/Wayfinder/res/images/tpl_11_popup_bg.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/css/styles.css +136 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/data/data.json +33 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/fonts/Museo Sans 300.otf +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/fonts/Museo Sans 500.otf +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/fonts/Museo Sans 700.otf +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/index.html +51 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/js/controller.js +265 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/js/helpers/util.js +130 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/ajax.gif +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_cloudy.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_partlycloudy.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_rainy.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_snowy.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_sunny.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_thunder.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_icon_windy.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_01.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_02.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_03.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_04.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_05.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_06.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_img_07.png +0 -0
- package/files/templates/signage-sdk-templates/Weather-dependent_Ad/res/images/tpl_08_logo.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/css/styles.css +312 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/data/data.json +16 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/data/newsWidget.json +21 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/data/shareWidget.json +112 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/data/weatherWidget.json +45 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/fonts/MuseoSans300.otf +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/fonts/MuseoSans500.otf +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/fonts/MuseoSans700.otf +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/index.html +62 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/js/controller.js +390 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/js/helpers/util.js +162 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/readme.txt +26 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/Namo.jpg +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/NotAvailable.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/clear.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/clouds.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/default.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/koreanFt.jpg +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/mist.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/rain.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/snow.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/thunder.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_icon_down_01.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_icon_down_02.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_icon_up_01.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_icon_up_02.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_img_news.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_img_news1.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/images/tpl_07_video_dim.png +0 -0
- package/files/templates/signage-sdk-templates/Widget_Overlay/res/videos/tpl_07_video.mp4 +0 -0
- package/files/templates/signage-sdk-templates/appinfo/appinfo.json +11 -0
- package/files/templates/signage-sdk-templates/idcap_api/1.1.0/js/idcap.js +21 -0
- package/files/templates/signage-sdk-templates/idcap_api/1.1.0/js/release_notes.txt +25 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova/2.7.0/cordova.webos.js +7025 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova/LICENSE +7025 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/power.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/signage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/sound.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/storage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/cordova-cd/1.3/video.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.3/js/release_notes.txt +109 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova/2.7.0/cordova.webos.js +7038 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova/LICENSE +201 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/power.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/security.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/signage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/sound.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/storage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/time.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/utility.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/cordova-cd/video.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/all.css +358 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-bold-webfont.eot +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-bold-webfont.svg +134 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-bold-webfont.ttf +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-bold-webfont.woff +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-regular-webfont.eot +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-regular-webfont.svg +134 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-regular-webfont.ttf +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/fonts/mplus-1m-regular-webfont.woff +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/handheld.css +217 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/css/screen.css +405 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/files.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/index.html +1203 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/intro.html +100 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/all.js +326 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/dessert.css +34 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-apollo.js +51 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-clj.js +64 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-css.js +78 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-go.js +58 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-hs.js +101 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-lisp.js +93 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-lua.js +59 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-ml.js +56 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-n.js +62 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-proto.js +35 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-scala.js +54 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-sql.js +57 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-tex.js +46 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-vb.js +61 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-vhdl.js +34 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-wiki.js +53 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-xq.js +67 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/lang-yaml.js +27 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/prettify.css +52 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/highlighter/prettify.js +1477 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/javascript/html5.js +6 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#clearCache.html +550 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getCurrentTime.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getLocaleList.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getOSDLanguage.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getOSDLock.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getPictureMode.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getPictureProperty.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getProperty.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getServerProperty.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getTimeZone.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getTimeZoneList.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getUSBLock.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#getVirtualKeyboardLanguage.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#restartApplication.html +550 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setCurrentTime.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setOSDLanguage.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setOSDLock.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setPictureMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setPictureProperty.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setProperty.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setServerProperty.html +610 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setTimeZone.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setUSBLock.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration#setVirtualKeyboardLanguage.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration.AppMode.html +685 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration.AppType.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Configuration.PictureMode.html +910 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#connectWifi.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getBeaconInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getEddystoneInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getNetworkInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getNetworkMacInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getPlatformInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getProxyInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getSoftApInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getSystemUsageInfo.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getWifiList.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#getiBeaconInfo.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setBeaconInfo.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setEddystoneInfo.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setNetworkInfo.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setProxyInfo.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setSoftApInfo.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#setiBeaconInfo.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#startWps.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo#stopWps.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/DeviceInfo.EddystoneFrame.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Error.ERROR_CODE.html +820 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Error.html +460 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/InputSource#changeInputSource.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/InputSource#getInputSourceStatus.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/InputSource#initialize.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#addOffTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#addOnTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#deleteOffTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#deleteOnTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#enableAllOffTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#enableAllOnTimer.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#enableWakeOnLan.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#executePowerCommand.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getDPMWakeup.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getOffTimerList.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getOnTimerList.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getPMMode.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getPowerOnDelay.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#getPowerStatus.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#setDPMWakeup.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#setDisplayMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#setPMMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power#setPowerOnDelay.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power.DPMSignalType.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power.DisplayMode.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power.PMMode.html +775 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power.PowerCommand.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Power.TimerWeek.html +910 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Security#existServerCertificate.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Security#registerServerCertificate.html +561 -2
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Security#unregisterServerCertificate.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#captureScreen.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#enableCheckScreen.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getFailoverMode.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getIntelligentAuto.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getLanDaisyChain.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getPowerSaveMode.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getSignageInfo.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getStudioMode.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getSystemMonitoringInfo.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getTileInfo.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getUsageData.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#getUsagePermission.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#registerSystemMonitor.html +573 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setDigitalAudioInputMode.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setFailoverMode.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setIntelligentAuto.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setIsmMethod.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setLanDaisyChain.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setPortraitMode.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setPowerSaveMode.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setStudioMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setTileInfo.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#setUsagePermission.html +567 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage#unregisterSystemMonitor.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.AutomaticStandbyMode.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.DigitalAudioInput.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.DpmMode.html +910 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.EventType.html +775 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.FailoverMode.html +685 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.ImgResolution.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.IsmMethod.html +910 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.KeyOperationMode.html +685 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.MonitoringSource.html +775 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Signage.OsdPortraitMode.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#getSoundMode.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#getSoundOut.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#getSoundStatus.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#setExternalSpeaker.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#setMuted.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#setSoundMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#setSoundOut.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound#setVolumeLevel.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound.SoundMode.html +820 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Sound.SpeakerType.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#changeLogoImage.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#copyFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#downloadFirmware.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#exists.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#fsync.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#getFirmwareUpgradeStatus.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#getStorageInfo.html +555 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#listFiles.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#mkdir.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#moveFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#readFile.html +563 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#removeAll.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#removeApplication.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#removeFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#statFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#unzipFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#upgradeApplication.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#upgradeFirmware.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage#writeFile.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage.AppMode.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage.AppType.html +640 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Storage.SCAP_URI.html +512 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#addHolidaySchedule.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#delAllHolidaySchedules.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#delHolidaySchedule.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#getAllHolidaySchedules.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#getHolidayScheduleMode.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Time#setHolidayScheduleMode.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Utility#createToast.html +561 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#getContentRotation.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#getVideoStatus.html +560 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#setContentRotation.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#setRotatedVideoTransform.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#setVideoSize.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/Video#setVideoViewTransform.html +566 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/_global_.html +453 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/image/media_status.jpg +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/image/setVideoSize.png +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_configuration.js.html +2651 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_deviceInfo.js.html +1860 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_inputSource.js.html +1382 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_power.js.html +2697 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_security.js.html +357 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_signage.js.html +3601 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_sound.js.html +1123 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_storage.js.html +2615 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_time.js.html +720 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_utility.js.html +196 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/doc/symbols/src/js_video.js.html +1090 -0
- package/files/templates/signage-sdk-templates/scap_api/1.4.1/js/release_notes.txt +148 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova/2.7.0/cordova.webos.js +7038 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova/LICENSE +201 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/configuration.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/deviceInfo.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/inputSource.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/power.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/security.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/signage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/sound.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/storage.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/time.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/utility.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/cordova-cd/video.js +1 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/all.css +358 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-bold-webfont.eot +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-bold-webfont.svg +134 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-bold-webfont.ttf +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-bold-webfont.woff +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-regular-webfont.eot +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-regular-webfont.svg +134 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-regular-webfont.ttf +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/fonts/mplus-1m-regular-webfont.woff +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/handheld.css +217 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/css/screen.css +405 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/files.html +599 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/index.html +1280 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/intro.html +100 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/all.js +326 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/dessert.css +34 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-apollo.js +51 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-clj.js +64 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-css.js +78 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-go.js +58 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-hs.js +101 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-lisp.js +93 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-lua.js +59 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-ml.js +56 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-n.js +62 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-proto.js +35 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-scala.js +54 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-sql.js +57 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-tex.js +46 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-vb.js +61 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-vhdl.js +34 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-wiki.js +53 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-xq.js +67 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/lang-yaml.js +27 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/prettify.css +52 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/highlighter/prettify.js +1477 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/javascript/html5.js +6 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#clearCache.html +572 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getCurrentTime.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getLocaleList.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getOSDLanguage.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getOSDLock.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getPictureMode.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getPictureProperty.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getProperty.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getServerProperty.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getTimeZone.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getTimeZoneList.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getUSBLock.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#getVirtualKeyboardLanguage.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#restartApplication.html +572 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setCurrentTime.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setOSDLanguage.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setOSDLock.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setPictureMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setPictureProperty.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setProperty.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setServerProperty.html +632 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setTimeZone.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setUSBLock.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration#setVirtualKeyboardLanguage.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration.AppMode.html +707 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration.AppType.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Configuration.PictureMode.html +932 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#connectWifi.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getBeaconInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getEddystoneInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getExternalInputList.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getNetworkInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getNetworkMacInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getPlatformInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getProxyInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getSoftApInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getSystemUsageInfo.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getWifiList.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#getiBeaconInfo.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setBeaconInfo.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setEddystoneInfo.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setNetworkInfo.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setProxyInfo.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setSoftApInfo.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#setiBeaconInfo.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#startWps.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo#stopWps.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/DeviceInfo.EddystoneFrame.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Error.ERROR_CODE.html +842 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Error.html +482 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/InputSource#changeInputSource.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/InputSource#getInputSourceStatus.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/InputSource#initialize.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#addOffTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#addOnTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#deleteOffTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#deleteOnTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#enableAllOffTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#enableAllOnTimer.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#enableWakeOnLan.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#executePowerCommand.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getDPMWakeup.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getOffTimerList.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getOnOffTimeSchedule.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getOnTimerList.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getPMMode.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getPowerOnDelay.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#getPowerStatus.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#setDPMWakeup.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#setDisplayMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#setOnOffTimeSchedule.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#setPMMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#setPowerOnDelay.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power#unsetOnOffTimeSchedule.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power.DPMSignalType.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power.DisplayMode.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power.PMMode.html +797 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power.PowerCommand.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Power.TimerWeek.html +932 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Security#existServerCertificate.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Security#registerServerCertificate.html +583 -2
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Security#unregisterServerCertificate.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#captureScreen.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#enableCheckScreen.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getFailoverMode.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getIntelligentAuto.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getLanDaisyChain.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getPowerSaveMode.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getSignageInfo.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getStudioMode.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getSystemMonitoringInfo.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getTileInfo.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getUsageData.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#getUsagePermission.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#registerRS232CEventListener.html +594 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#registerSystemMonitor.html +595 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setDigitalAudioInputMode.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setFailoverMode.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setIntelligentAuto.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setIsmMethod.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setLanDaisyChain.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setPortraitMode.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setPowerSaveMode.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setStudioMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setTileInfo.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#setUsagePermission.html +589 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#unregisterRS232CEventListener.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage#unregisterSystemMonitor.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.AutomaticStandbyMode.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.DigitalAudioInput.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.DpmMode.html +932 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.EventType.html +797 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.FailoverMode.html +707 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.ImgResolution.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.IsmMethod.html +932 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.KeyOperationMode.html +707 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.MonitoringSource.html +797 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Signage.OsdPortraitMode.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#getSoundMode.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#getSoundOut.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#getSoundStatus.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#setExternalSpeaker.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#setMuted.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#setSoundMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#setSoundOut.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound#setVolumeLevel.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound.SoundMode.html +842 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Sound.SpeakerType.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#changeLogoImage.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#copyFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#decryptFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#downloadFirmware.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#exists.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#fsync.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#getFirmwareUpgradeStatus.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#getMD5Hash.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#getStorageInfo.html +577 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#listFiles.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#mkdir.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#moveFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#readFile.html +585 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#removeAll.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#removeApplication.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#removeFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#statFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#unzipFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#upgradeApplication.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#upgradeFirmware.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage#writeFile.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage.AppMode.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage.AppType.html +662 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Storage.SCAP_URI.html +534 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#addHolidaySchedule.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#delAllHolidaySchedules.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#delHolidaySchedule.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#getAllHolidaySchedules.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#getHolidaySchedule.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#getHolidayScheduleMode.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#setHolidaySchedule.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#setHolidayScheduleMode.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Time#unsetHolidaySchedule.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Utility#createToast.html +583 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#getContentRotation.html +586 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#getVideoStatus.html +582 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#setContentRotation.html +592 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#setRotatedVideoTransform.html +592 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#setVideoSize.html +588 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/Video#setVideoViewTransform.html +592 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/_global_.html +475 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/image/media_status.jpg +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/image/setVideoSize.png +0 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_configuration.js.html +2651 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_deviceInfo.js.html +1930 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_inputSource.js.html +1383 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_power.js.html +2942 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_security.js.html +352 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_signage.js.html +3853 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_sound.js.html +1123 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_storage.js.html +2747 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_time.js.html +976 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_utility.js.html +196 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/doc/symbols/src/js_video.js.html +754 -0
- package/files/templates/signage-sdk-templates/scap_api/1.5.0/js/release_notes.txt +148 -0
- package/files/templates/signage-sdk-templates/serviceinfo/package.json +11 -0
- package/files/templates/signage-sdk-templates/serviceinfo/services.json +8 -0
- package/files/templates/signage-sdk-templates/signageicon/icon.png +0 -0
- package/files/templates/signage-sdk-templates/signageicon/largeIcon.png +0 -0
- package/files/templates/signage-sdk-templates/webos-service/helloclient.js +23 -0
- package/files/templates/signage-sdk-templates/webos-service/helloworld_webos_service.js +128 -0
- package/lib/base/novacom.js +1214 -1202
- package/lib/base/setup-device.js +25 -7
- package/lib/com.sdk.ares.signage.hostedapp.ipk +0 -0
- package/lib/install.js +465 -463
- package/lib/launch.js +607 -605
- package/lib/package.js +2307 -2149
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/spec/jsSpecs/ares-launch.spec.js +303 -301
- package/spec/jsSpecs/ares-package.spec.js +1277 -1211
- package/spec/jsSpecs/ares-server.spec.js +160 -160
- package/spec/jsSpecs/ares-setup-device.spec.js +300 -300
- package/spec/jsSpecs/common-spec.js +177 -169
- package/spec/tempFiles/com.lg.app.signage.dev_0.0.1_all.ipk +0 -0
- package/webos-tools-cli-3.2.1.tgz +0 -0
- package/webos-tools-cli-3.1.3.tgz +0 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright (c) 2013-2014 LG Electronics.
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/configuration",function(f,h,a){function g(m){}var i;if(window.PalmSystem){g("Window.PalmSystem Available");i=f("cordova/plugin/webos/service")}else{i={Request:function(m,n){g(m+" invoked. But I am a dummy because PalmSystem is not available");if(typeof n.onFailure==="function"){n.onFailure({returnValue:false,errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}var b=function(){};function k(n,o,m){if(n.errorCode===undefined||n.errorCode===null){n.errorCode=o}if(n.errorText===undefined||n.errorText===null){n.errorText=m}}b.PictureMode={VIVID:"vivid",STANDARD:"normal",APS:"eco",CINEMA:"cinema",GAME:"game",SPORTS:"sports",EXPERT1:"expert1",EXPERT2:"expert2"};b.AppMode={LOCAL:"local",USB:"usb",REMOTE:"remote"};b.AppType={IPK:"ipk",ZIP:"zip"};b.LocaleList=[{language:"čeština",languageCode:"cs",countries:[{name:"",specifier:"cs-CZ"}]},{language:"dansk",languageCode:"da",countries:[{name:"",specifier:"da-DK"}]},{language:"Deutsch",languageCode:"de",countries:[{name:"",specifier:"de-DE"}]},{language:"English",languageCode:"en",countries:[{name:"",specifier:"en-US"}]},{language:"Español",languageCode:"es",countries:[{name:"",specifier:"es-ES"}]},{language:"ελληνική γλώσσα",languageCode:"el",countries:[{name:"",specifier:"el-GR"}]},{language:"Français",languageCode:"fr",countries:[{name:"",specifier:"fr-FR"}]},{language:"italiano",languageCode:"it",countries:[{name:"",specifier:"it-IT"}]},{language:"Nederlands",languageCode:"nl",countries:[{name:"",specifier:"nl-NL"}]},{language:"norsk",languageCode:"nb",countries:[{name:"",specifier:"nb-NO"}]},{language:"português",languageCode:"pt",countries:[{name:"Portugal",specifier:"pt-PT"},{name:"Brasil",specifier:"pt-BR"}]},{language:"русский",languageCode:"ru",countries:[{name:"",specifier:"ru-RU"}]},{language:"suomi",languageCode:"fi",countries:[{name:"",specifier:"fi-FI"}]},{language:"svenska",languageCode:"sv",countries:[{name:"",specifier:"sv-SE"}]},{language:"한국어",languageCode:"ko",countries:[{name:"",specifier:"ko-KR"}]},{language:"中文",languageCode:"zh-Hans",countries:[{name:"中国",specifier:"zh-Hans-CN"}]},{language:"日本語",languageCode:"ja",countries:[{name:"",specifier:"ja-JP"}]},{language:"中文",languageCode:"zh",countries:[{name:"香港",specifier:"zh-Hant-HK"}]}];function e(q){var m=b.LocaleList;for(var p=0;p<m.length;p++){var n=m[p].countries;for(var o=0;o<n.length;o++){if(n[o].specifier===q){return true}}}return false}function d(o){var m=b.LocaleList;for(var n=0;n<m.length;n++){if(m[n].languageCode===o){return true}}return false}var j=null;function l(m){if(j===null){i.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["sdkVersion"]},onSuccess:function(n){g("getPlatformInfo: onSuccess");var o=n.sdkVersion.split(".");if(o.length>=1&&o[0]==="1"){j=1}else{if(o.length>=1&&o[0]==="2"){j=2}else{if(o.length>=1&&o[0]==="3"){j=3}else{j=0}}}delete n.returnValue;m(j)},onFailure:function(n){g("getPlatformInfo: onFailure");delete n.returnValue;j=0;m(j)}})}else{m(j)}}b.prototype.setPictureMode=function(m,n,o){g("setPictureMode: "+JSON.stringify(o));i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"picture",settings:{pictureMode:o.mode}},onSuccess:function(p){g("setPictureMode: On Success");if(p.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(p){g("setPictureMode: On Failure");delete p.returnValue;if(typeof n==="function"){k(p,"CSPM","Configuration.setPictureMode returns failure.");n(p)}}});g("Configuration.setPictureMode Done")};b.prototype.getPictureMode=function(m,n){g("getPictureMode: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"picture",keys:["pictureMode"]},onSuccess:function(o){g("getPictureMode: On Success");if(o.returnValue===true){if(typeof m==="function"){var p={};p.mode=o.settings.pictureMode;m(p)}}},onFailure:function(o){g("getPictureMode: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGPM","Configuration.getPictureMode returns failure.");n(o)}}});g("Configuration.getPictureMode Done")};b.prototype.setPictureProperty=function(m,n,o){g("setPictureProperty: "+JSON.stringify(o));l(function(q){var s={};for(var r in o){if(r!==undefined&&r!==null){s[r]=o[r];if(r==="tint"||r==="colorTemperature"){s[r]-=50}else{if(r==="blackLevel"){s[r]={unknown:o[r]};if(o[r]!=="low"&&o[r]!=="high"){g("setPictureProperty: gamma value error "+JSON.stringify(o));var p={};k(p,"CSPP","Configuration.setPictureProperty, There is No matched item : blackLevel.");n(p);return}}else{if(r==="gamma"&&(q===2||q===3)&&o[r]==="high"){s[r]="high1"}}}}}g(JSON.stringify(s));i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"picture",settings:s},onSuccess:function(t){g("setPictureProperty: On Success");if(t.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(t){g("setPictureProperty: On Failure");delete t.returnValue;if(typeof n==="function"){k(t,"CSPP","Configuration.setPictureProperty returns failure.");n(t)}}});g("Configuration.setPictureProperty Done")})};b.prototype.getPictureProperty=function(m,n){g("getPictureProperty: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"picture",keys:["brightness","contrast","color","tint","backlight","sharpness","hSharpness","vSharpness","colorTemperature","dynamicContrast","superResolution","colorGamut","dynamicColor","noiseReduction","mpegNoiseReduction","blackLevel","gamma"]},onSuccess:function(o){g("getPictureProperty: On Success");if(o.returnValue===true){if(typeof m==="function"){var q={};for(var p in o.settings){if(p!==undefined&&p!==null){q[p]=(isNaN(o.settings[p])?o.settings[p]:Number(o.settings[p]));if(p==="tint"||p==="colorTemperature"){q[p]+=50}else{if(p==="blackLevel"){q[p]=o.settings[p].unknown}else{if(p==="gamma"&&o.settings[p]==="high1"){q[p]="high"}}}}}m(q)}}},onFailure:function(o){g("getPictureProperty: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGPP","Configuration.getPictureProperty returns failure.");n(o)}}});g("Configuration.getPictureProperty Done")};var c={alias:"signageName"};b.prototype.setProperty=function(m,n,p){g("setProperty: "+JSON.stringify(p));var o=JSON.parse(p);var q={};var r={};l(function(s){if(s===3){c.alias="deviceName";r.category="network"}else{c.alias="signageName";r.category="commercial"}for(var t in o){if(c[t]!==undefined){q[(c[t])]=o[t]}}r.settings=q;i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:r,onSuccess:function(u){g("setProperty: On Success");if(u.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(u){g("setProperty: On Failure");delete u.returnValue;if(typeof n==="function"){k(u,"CSP","Configuration.setProperty returns failure.");n(u)}}})});g("Configuration.setProperty Done")};b.prototype.getProperty=function(n,o,q){g("getProperty: ");var p=JSON.parse(q);var r=p.keys;var s={};var m=[];l(function(t){if(t===3){c.alias="deviceName";s.category="network"}else{c.alias="signageName";s.category="commercial"}for(var u in r){if(u!==null&&u!==undefined){g("key"+r[u]);m.push(c[r[u]])}}s.keys=m;g(m);i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:s,onSuccess:function(v){g("getProperty: On Success");if(v.returnValue===true){if(typeof n==="function"){var x={};for(var w in r){if(w!==null||w!==undefined){g("key"+r[w]);if(v.settings[c[r[w]]]!==undefined||v.settings[c[r[w]]]!==null){x[r[w]]=v.settings[c[r[w]]]}}}n(JSON.stringify(x))}}},onFailure:function(v){g("getProperty: On Failure");delete v.returnValue;if(typeof o==="function"){k(v,"CGP","Configuration.getProperty returns failure.");o(v)}}})});g("Configuration.getProperty Done")};b.prototype.setCurrentTime=function(n,p,q){g("setCurrentTime: "+JSON.stringify(q));var o=new Date(q.year,q.month-1,q.day,q.hour,q.minute,q.sec);if(q.year<2000||q.year>2037||q.month<1||q.month>12||q.day<1||q.day>31||q.hour<0||q.hour>23||q.minute<0||q.minute>59||q.sec<0||q.sec>59||o.getFullYear()!==q.year||o.getMonth()!==(q.month-1)||o.getDate()!==q.day||o.getHours()!==q.hour||o.getMinutes()!==q.minute||o.getSeconds()!==q.sec){if(typeof p==="function"){g("setCurrentTime: out of range or invalid parameter type");var m={};k(m,"CSCT","Configuration.setCurrentTime returns failure for out of range.");p(m);return}}g("setCurrentTime: "+JSON.stringify(q));var r={};r.year=q.year;r.month=q.month;r.day=q.day;r.hour=q.hour;r.minute=q.minute;r.sec=q.sec;i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"setSystemTime",parameters:{time:r,ntp:q.ntp},onSuccess:function(){g("setCurrentTime: On Success");if(typeof n==="function"){n()}},onFailure:function(s){g("setCurrentTime: On Failure");delete s.returnValue;if(typeof p==="function"){k(s,"CSCT","Configuration.setCurrentTime returns failure.");p(s)}}});g("Configuration.setCurrentTime Done")};b.prototype.getCurrentTime=function(m,n){g("getCurrentTime: ");i.Request("luna://com.palm.systemservice/time/",{method:"getEffectiveBroadcastTime",onSuccess:function(o){g("getCurrentTime : On Success");if(o.returnValue===true){var p={};var q=new Date(o.adjustedUtc*1000);p.year=q.getFullYear();p.month=q.getMonth()+1;p.day=q.getDate();p.hour=q.getHours();p.minute=q.getMinutes();p.sec=q.getSeconds();i.Request("luna://com.palm.systemservice/",{method:"getPreferences",parameters:{keys:["useNetworkTime"]},onSuccess:function(r){g("getPreferences : On Success");if(r.returnValue===true){p.ntp=r.useNetworkTime;if(typeof m==="function"){m(p)}}else{if(typeof n==="function"){k(o,"CGCT","Configuration.getCurrentTime returns failure.");n(o)}}},onFailure:function(r){g("getCurrentTime: On Failure");delete r.returnValue;if(typeof n==="function"){k(r,"CGCT","Configuration.getCurrentTime returns failure.");n(r)}}})}else{if(typeof n==="function"){k(o,"CGCT","Configuration.getCurrentTime returns failure.");n(o)}}},onFailure:function(o){g("getCurrentTime: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGCT","Configuration.getCurrentTime returns failure.");n(o)}}});g("Configuration.getCurrentTime Done")};b.prototype.restartApplication=function(m,n){g("restartApp: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"restart_application",onSuccess:function(o){g("restartApp: On Success");if(typeof m==="function"){m(o)}},onFailure:function(o){g("restartApp: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CRA","Configuration.restartApp returns failure.");n(o)}}});g("Configuration.restartApp Done")};b.prototype.getServerProperty=function(m,n){g("getServerProperty: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["serverIpPort","siServerIp","secureConnection","appLaunchMode","fqdnAddr","fqdnMode","appType"]},onSuccess:function(o){g("getPictureProperty: On Success");if(o.returnValue===true){if(typeof m==="function"){var p={};p.serverIp=o.settings.siServerIp;p.serverPort=parseInt(o.settings.serverIpPort,10);p.secureConnection=(o.settings.secureConnection==="off"?false:true);p.appLaunchMode=o.settings.appLaunchMode;p.appType=o.settings.appType;p.fqdnMode=(o.settings.fqdnMode==="off"?false:true);p.fqdnAddr=o.settings.fqdnAddr;m(p)}}},onFailure:function(o){g("getServerProperty: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGSP","Configuration.getServerProperty returns failure.");n(o)}}});g("Configuration.getServerProperty Done")};b.prototype.setServerProperty=function(n,o,p){g("setServerProperty: "+JSON.stringify(p));if(p===undefined||typeof p.serverIp!=="string"||/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(p.serverIp)===false||isNaN(p.serverPort)||p.serverPort<0||p.serverPort>65535||typeof p.serverPort!=="number"||typeof p.secureConnection!=="boolean"||typeof p.appLaunchMode!=="string"||(p.appLaunchMode!==b.AppMode.USB&&p.appLaunchMode!==b.AppMode.LOCAL&&p.appLaunchMode!==b.AppMode.REMOTE)||typeof p.fqdnMode!=="boolean"||typeof p.fqdnAddr!=="string"){if(typeof o==="function"){var m={};k(m,"CSSP","Configuration.setServerProperty, Invalid parameters.");g("options.serverIp : "+typeof p.serverIp+" options.serverPort : "+typeof p.serverPort+" options.secureConnection : "+typeof p.secureConnection+" options.appLaunchMode : "+typeof p.appLaunchMode+" options.fqdnMode : "+typeof p.fqdnMode+" options.fqdnAddr : "+p.fqdnAddr);o(m);return}}var q={};q.siServerIp=p.serverIp;q.serverIpPort=p.serverPort+"";q.secureConnection=(p.secureConnection===true?"on":"off");q.appLaunchMode=p.appLaunchMode;q.fqdnMode=(p.fqdnMode===true?"on":"off");q.fqdnAddr=p.fqdnAddr;if(typeof p.appType!=="undefined"){q.appType=p.appType}g(JSON.stringify(q));i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:q},onSuccess:function(r){g("setServerProperty: On Success");if(r.returnValue===true){if(typeof n==="function"){n()}}},onFailure:function(r){g("setServerProperty: On Failure");delete r.returnValue;if(typeof o==="function"){k(r,"CSSP","Configuration.setServerProperty returns failure.");o(r)}}});g("Configuration.setServerProperty Done")};b.prototype.clearCache=function(m,n){g("clearCache: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"clearCache",onSuccess:function(o){g("clearCache: On Success");if(typeof m==="function"){m()}},onFailure:function(o){g("clearCache: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CCC","Configuration.clearCache returns failure.");n(o)}}});g("Configuration.clearCache Done")};b.prototype.getTimeZoneList=function(m,n){g("getTimeZoneList: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"getTimeZoneList",onSuccess:function(o){g("getTimeZoneList: On Success");if(o.returnValue===true){if(typeof m==="function"){delete o.returnValue;m(o)}}},onFailure:function(o){g("getTimeZoneList: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGTL","Configuration.getTimeZoneList returns failure.");n(o)}}});g("Configuration.getTimeZoneList Done")};b.prototype.getTimeZone=function(m,n){g("getTimeZone: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"getTimeZone",onSuccess:function(o){g("getTimeZone: On Success");if(o.returnValue===true){if(typeof m==="function"){delete o.returnValue;m(o)}}},onFailure:function(o){g("getTimeZone: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGTZ","Configuration.getTimeZone returns failure.");n(o)}}});g("Configuration.getTimeZone Done")};b.prototype.setTimeZone=function(m,n,o){g("setTimeZone: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"time",keys:["autoClock"]},onSuccess:function(p){if(p.returnValue===true){if(typeof m==="function"){if(p.settings.autoClock==="off"){delete p.returnValue;if(typeof n==="function"){k(p,"CSTZ","Configuration.setTimeZone returns failure. autoClock is off");n(p)}}else{i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"setTimeZone",parameters:o,onSuccess:function(q){g("setTimeZone: On Success");if(q.returnValue===true){if(typeof m==="function"){delete q.returnValue;m(q)}}},onFailure:function(q){g("setTimeZone: On Failure");delete q.returnValue;if(typeof n==="function"){k(q,"CSTZ","Configuration.setTimeZone returns failure.");n(q)}}})}}}},onFailure:function(p){g("setTimeZone: On Failure");delete p.returnValue;if(typeof n==="function"){k(p,"CSTZ","Configuration.setTimeZone returns failure.");n(p)}}});g("Configuration.setTimeZone Done")};b.prototype.debug=function(m,n,o){g("debug: "+o.enabled);i.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"debug",parameters:{enabled:o.enabled},onSuccess:function(p){g("debug: On Success");if(typeof m==="function"){m(p)}},onFailure:function(p){g("debug: On Failure");delete p.returnValue;if(typeof n==="function"){k(p,"CD","Configuration.debug returns failure.");n(p)}}});g("Configuration.debug Done")};b.prototype.setUSBLock=function(n,o,p){g("setUSBLock: "+p.enabled);if(p.enabled===null&&typeof o==="function"){var m={};k(m,"CSUL","Configuration.setUSBLock returns failure. command was not defined.");o(m);g("Configuration.setUSBLock invalid ");return}i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{enableUsb:(p.enabled===true)?"off":"on"}},onSuccess:function(q){g("setUSBLock: On Success");if(q.returnValue===true){if(typeof n==="function"){n()}}},onFailure:function(q){g("setUSBLock: On Failure");delete q.returnValue;if(typeof o==="function"){k(q,"CSUL","Configuration.setUSBLock returns failure.");o(q)}}});g("Configuration.setUSBLock Done")};b.prototype.getUSBLock=function(m,n){g("getUSBLock: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["enableUsb"]},onSuccess:function(o){g("getUSBLock: On Success");if(o.returnValue===true){var p={};p.enabled=(o.settings.enableUsb==="off")?true:false;if(typeof m==="function"){m(p)}}},onFailure:function(o){g("getUSBLock: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGUL","Configuration.getUSBLock returns failure.");n(o)}}});g("Configuration.getUSBLock Done")};b.prototype.setOSDLock=function(n,o,p){g("setOSDLock: "+p.enabled);if(p.enabled===null&&typeof o==="function"){var m={};k(m,"CSOL","Configuration.setOSDLock returns failure. command was not defined.");o(m);g("Configuration.setOSDLock invalid ");return}i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"hotelMode",notifySelf:false,settings:{enableMrcu:(p.enabled===true)?"off":"on",enableOsdVisibility:(p.enabled===true)?"off":"on"}},onSuccess:function(q){g("setOSDLock: On Success");if(q.returnValue===true){if(typeof n==="function"){n()}}},onFailure:function(q){g("setOSDLock: On Failure");delete q.returnValue;if(typeof o==="function"){k(q,"CSOL","Configuration.setOSDLock returns failure.");o(q)}}});g("Configuration.setOSDLock Done")};b.prototype.getOSDLock=function(m,n){g("getOSDLock: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"hotelMode",keys:["enableMrcu","enableOsdVisibility"]},onSuccess:function(o){g("getOSDLock: On Success");if(o.returnValue===true){var p={};p.enabled=(o.settings.enableMrcu==="on"&&o.settings.enableOsdVisibility==="on")?false:true;if(typeof m==="function"){m(p)}}},onFailure:function(o){g("getOSDLock: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGOL","Configuration.getOSDLock returns failure.");n(o)}}});g("Configuration.getOSDLock Done")};b.prototype.getLocaleList=function(m,n){g("getLocaleList: ");var o={};o.localeList=b.LocaleList;if(typeof m==="function"){m(o)}g("Configuration.getLocaleList Done")};b.prototype.setOSDLanguage=function(n,o,p){g("setOSDLanguage: "+p.specifier);if((p.specifier===null||typeof p.specifier!=="string")&&typeof o==="function"){var m={};k(m,"CSOL","Configuration.setOSDLanguage returns failure. command was not defined.");o(m);g("Configuration.setOSDLanguage invalid ");return}if(e(p.specifier)===true){g("Specifier is valid");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{keys:["localeInfo"]},onSuccess:function(q){if(q.returnValue===true){var r={};r=q.settings.localeInfo;r.locales.UI=p.specifier;r.locales.FMT=p.specifier;r.locales.TV=p.specifier;g("localeInfo : "+JSON.stringify(r));i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{settings:{localeInfo:r}},onSuccess:function(s){g("setOSDLanguage: On Success");if(s.returnValue===true){if(typeof n==="function"){n()}}},onFailure:function(s){g("setOSDLanguage: On Failure");delete s.returnValue;if(typeof o==="function"){k(s,"CSOL","Configuration.setOSDLanguage returns failure.");o(s)}}})}},onFailure:function(q){delete q.returnValue;if(typeof o==="function"){k(q,"CSOL","Configuration.setOSDLanguage returns failure.");o(q)}}})}else{var m={};k(m,"CSOL","Configuration.setOSDLanguage returns failure. specifier is not valid.");o(m);g("Configuration.setOSDLanguage invalid ");return}g("Configuration.setOSDLanguage Done")};b.prototype.getOSDLanguage=function(m,n){g("getOSDLanguage: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{keys:["localeInfo"]},onSuccess:function(o){g("getOSDLanguage: On Success");if(o.returnValue===true){var p={};g("localeInfo : "+JSON.stringify(o.settings.localeInfo));p.specifier=o.settings.localeInfo.locales.UI;if(typeof m==="function"){m(p)}}},onFailure:function(o){g("getOSDLanguage: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGOL","Configuration.getOSDLanguage returns failure.");n(o)}}});g("Configuration.getOSDLanguage Done")};b.prototype.setVirtualKeyboardLanguage=function(n,o,p){g("setVirtualKeyboardLanguage: "+p.languageCodeList);if(p.languageCodeList===null&&typeof o==="function"){var m={};k(m,"CSKL","Configuration.setVirtualKeyboardLanguage returns failure. command was not defined.");o(m);g("Configuration.setVirtualKeyboardLanguage invalid ");return}for(var q=0;q<p.languageCodeList.length;q++){if(d(p.languageCodeList[q])===false){var m={};k(m,"CSKL","Configuration.setVirtualKeyboardLanguage returns failure. language code is not valid.");o(m);g("Configuration.setVirtualKeyboardLanguage invalid ");return}}g("languageCodeList is valid");i.Request("luna://com.webos.service.commercial.signage.storageservice/configuration/",{method:"setVirtualKeyboardLanguage",parameters:{languageCodeList:p.languageCodeList},onSuccess:function(r){g("setVirtualKeyboardLanguage: On Success");if(r.returnValue===true){if(typeof n==="function"){n()}}},onFailure:function(r){g("setVirtualKeyboardLanguage: On Failure");delete r.returnValue;if(typeof o==="function"){k(r,"CSKL","Configuration.setVirtualKeyboardLanguage returns failure.");o(r)}}});g("Configuration.setVirtualKeyboardLanguage Done")};b.prototype.getVirtualKeyboardLanguage=function(m,n){g("getVirtualKeyboardLanguage: ");i.Request("luna://com.webos.service.commercial.signage.storageservice/configuration/",{method:"getVirtualKeyboardLanguage",parameters:{},onSuccess:function(o){g("getVirtualKeyboardLanguage: On Success");if(o.returnValue===true){var p={};g("keyboards : "+JSON.stringify(o.languageCodeList));p.languageCodeList=o.languageCodeList;if(typeof m==="function"){m(p)}}},onFailure:function(o){g("getVirtualKeyboardLanguage: On Failure");delete o.returnValue;if(typeof n==="function"){k(o,"CGKL","Configuration.getVirtualKeyboardLanguage returns failure.");n(o)}}});g("Configuration.getVirtualKeyboardLanguage Done")};a.exports=b});Configuration=cordova.require("cordova/plugin/configuration");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/deviceInfo",function(d,c,e){var a;if(window.PalmSystem){console.log("Window.PalmSystem Available");a=d("cordova/plugin/webos/service")}else{a={Request:function(h,i){console.log(h+" invoked. But I am a dummy because PalmSystem is not available");if(typeof i.onFailure==="function"){i.onFailure({returnValue:false,errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}var g=function(){};function f(h){}function b(i,j,h){if(i.errorCode===undefined||i.errorCode===null){i.errorCode=j}if(i.errorText===undefined||i.errorText===null){i.errorText=h}}g.EddystoneFrame={UUID:"uid",URL:"url"};g.prototype.getNetworkInfo=function(h,i){f("getNetworkInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"getNetworkInfo",parameters:{},onSuccess:function(j){if(typeof h==="function"){delete j.returnValue;h(j)}},onFailure:function(j){f("getNetworkInfo: onFailure");if(j.errorText.indexOf("Unknown method")!==-1){a.Request("luna://com.palm.connectionmanager",{method:"getstatus",parameters:{},onSuccess:function(k){f("getNetworkInfo: onSuccess");delete k.returnValue;if(typeof h==="function"){h(k)}},onFailure:function(k){f("getNetworkInfo: onFailure");delete k.returnValue;if(typeof i==="function"){i(k)}}})}else{delete j.returnValue;if(typeof i==="function"){i(j)}}}});f("DeviceInfo.getNetworkInfo Done")};g.prototype.setNetworkInfo=function(h,i,j){f("setNetworkInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"setNetworkInfo",parameters:j,onSuccess:function(k){f("setNetworkInfo: onSuccess");if(typeof h==="function"){h()}},onFailure:function(k){f("setNetworkInfo: onFailure");delete k.returnValue;if(typeof i==="function"){i(k)}}});f("DeviceInfo.setNetworkInfo Done")};g.prototype.getBeaconInfo=function(h,i){f("getBeaconInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"getBeaconInfo",parameters:{},onSuccess:function(j){f("getBeaconInfo: onSuccess");delete j.returnValue;if(typeof h==="function"){h(j)}},onFailure:function(j){f("getBeaconInfo: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.getBeaconInfo Done")};g.prototype.setBeaconInfo=function(i,j,k){f("setBeaconInfo: ");var l=function(n){if(typeof n==="undefined"||n===null||n.length!=32){return false}var m=new RegExp(/^[a-fA-F0-9]*$/g);return m.exec(n)!==null?true:false};if(k.enabled===true&&(l(k.uuid)===false||isNaN(k.major)||k.major<0||k.major>65535||isNaN(k.minor)||k.minor<0||k.minor>65535)){f("setBeaconInfo: options are invalid.");if(typeof j==="function"){var h={};b(h,"DSBI","DeviceInfo.setBeaconInfo. Invalid options.");j(h)}return}a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"setBeaconInfo",parameters:k,onSuccess:function(m){f("setBeaconInfo: onSuccess");if(typeof i==="function"){i()}},onFailure:function(m){f("setBeaconInfo: onFailure");delete m.returnValue;if(typeof j==="function"){j(m)}}});f("DeviceInfo.setBeaconInfo Done")};g.prototype.getSoftApInfo=function(h,i){f("getSoftApInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"getSoftApInfo",parameters:{},onSuccess:function(j){f("getSoftApInfo: onSuccess");delete j.returnValue;if(typeof h==="function"){h(j)}},onFailure:function(j){f("getSoftApInfo: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.getSoftApInfo Done")};g.prototype.setSoftApInfo=function(i,j,k){f("setSoftApInfo: ");if(k.enabled===true&&((k.ssid!==null&&k.ssid.length>32)||(k.securityKey!==null&&k.securityKey.length!==6))){f("setSoftApInfo: options are invalid.");if(typeof j==="function"){var h={};b(h,"DSSI","DeviceInfo.setSoftApInfo. Invalid options.");j(h)}return}a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"setSoftApInfo",parameters:k,onSuccess:function(l){f("setSoftApInfo: onSuccess");if(typeof i==="function"){i()}},onFailure:function(l){f("setSoftApInfo: onFailure");delete l.returnValue;if(typeof j==="function"){j(l)}}});f("DeviceInfo.setSoftApInfo Done")};g.prototype.getWifiList=function(h,i){f("getWifiList: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"getWifiList",parameters:{},onSuccess:function(j){f("getWifiList: onSuccess");delete j.returnValue;if(typeof h==="function"){h(j)}},onFailure:function(j){f("getWifiList: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.getWifiList Done")};g.prototype.connectWifi=function(h,i,j){f("connectWifi: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"connectWifi",parameters:j,onSuccess:function(k){f("connectWifi: onSuccess");if(typeof h==="function"){h()}},onFailure:function(k){f("connectWifi: onFailure");delete k.returnValue;if(typeof i==="function"){i(k)}}});f("DeviceInfo.connectWifi Done")};g.prototype.startWps=function(h,i,j){f("startWps: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"startWps",parameters:j,onSuccess:function(k){f("startWps: onSuccess");delete k.returnValue;if(typeof h==="function"){h(k)}},onFailure:function(k){f("startWps: onFailure");delete k.returnValue;if(typeof i==="function"){i(k)}}});f("DeviceInfo.startWps Done")};g.prototype.stopWps=function(h,i){f("stopWps: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"stopWps",parameters:{},onSuccess:function(j){f("stopWps: onSuccess");if(typeof h==="function"){h()}},onFailure:function(j){f("stopWPS: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.stopWps Done")};g.prototype.getNetworkMacInfo=function(h,i){f("getNetworkMacInfo: ");a.Request("luna://com.webos.service.tv.signage",{method:"getinfo",parameters:{},onSuccess:function(j){f("getNetworkMacInfo: onSuccess");delete j.returnValue;if(typeof h==="function"){h(j)}},onFailure:function(j){f("getNetworkMacInfo: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.getNetworkMacInfo Done")};g.prototype.getPlatformInfo=function(h,i){f("getPlatformInfo: ");a.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["modelName","serialNumber","firmwareVersion","hardwareVersion","sdkVersion"]},onSuccess:function(j){f("getPlatformInfo: onSuccess");j.manufacturer="LGE";j.sdkVersion="1.5.0";delete j.returnValue;if(typeof h==="function"){h(j)}},onFailure:function(j){f("getPlatformInfo: onFailure");delete j.returnValue;if(typeof i==="function"){i(j)}}});f("DeviceInfo.getPlatformInfo Done")};g.prototype.getSystemUsageInfo=function(h,i,j){f("getSystemUsageInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"getSystemUsageInfo",parameters:{cpus:j.cpus,memory:j.memory},onSuccess:function(k){if(k.returnValue===true){var l={};if(typeof k.memory!=="undefined"){l.memory=k.memory}if(typeof k.cpus!=="undefined"){l.cpus=k.cpus}if(typeof h==="function"){h(l)}}else{if(typeof i==="function"){i({errorCode:k.errorCode,errorText:k.errorText})}}},onFailure:function(k){if(typeof i==="function"){i({errorCode:k.errorCode,errorText:k.errorText})}}});f("DeviceInfo.getSystemUsageInfo Done")};g.prototype.setProxyInfo=function(i,j,k){var l={};f("setProxyInfo: "+k.enabled);if(typeof k.enabled!=="boolean"&&typeof j==="function"){var h={};b(h,"DSPI","DeviceInfo.setProxyInfo returns failure. enabled is not boolean.");j(h);return}else{if(typeof k.ipAddress!=="string"&&typeof j==="function"){var h={};b(h,"DSPI","DeviceInfo.setProxyInfo returns failure. ipAddress is not string.");j(h);return}else{if(typeof k.port!=="number"&&typeof j==="function"){var h={};b(h,"DSPI","DeviceInfo.setProxyInfo returns failure. port is not number.");j(h);return}}}if(k.enabled==false){l.proxyEnable="off"}else{l.proxyEnable="on";if((k.ipAddress===null||k.ipAddress===undefined||k.ipAddress===""||k.port===null||k.port===undefined||isNaN(k.port))&&typeof j==="function"){var h={};b(h,"DSPI","DeviceInfo.setProxyInfo returns failure. ipAddress and port are required.");j(h);return}else{l.proxySingleAddress=k.ipAddress;l.proxySinglePort=k.port.toString()}}if(typeof k.userName==="string"&&k.userName!==undefined&&k.userName!==null&&typeof k.password==="string"&&k.password!==undefined&&k.password!==null){l.proxySingleUsername=k.userName;l.proxySinglePassword=k.password}f("proxyInfo : "+JSON.stringify(l));a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:l},onSuccess:function(m){f("setProxyInfo: On Success");if(m.returnValue===true){if(typeof i==="function"){i()}}},onFailure:function(m){f("setSoundOut: On Failure");delete m.returnValue;if(typeof j==="function"){b(m,"DSPI","DeviceInfo.setProxyInfo returns failure.");j(m)}}});f("DeviceInfo.setProxyInfo Done")};g.prototype.getProxyInfo=function(h,i){f("getProxyInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["proxyEnable","proxySingleAddress","proxySinglePort"]},onSuccess:function(j){f("getProxyInfo: On Success");if(j.returnValue===true){var k={};k.enabled=(j.settings.proxyEnable==="on")?true:false;k.ipAddress=j.settings.proxySingleAddress;k.port=parseInt(j.settings.proxySinglePort);if(typeof h==="function"){h(k)}}},onFailure:function(j){f("getProxyInfo: On Failure");delete j.returnValue;if(typeof i==="function"){b(j,"DGPI","DeviceInfo.getProxyInfo returns failure.");i(j)}}});f("DeviceInfo.getProxyInfo Done")};g.prototype.setiBeaconInfo=function(i,k,l){var m=function(o){if(typeof o==="undefined"||o===null||o.length!=32){return false}var n=new RegExp(/^[a-fA-F0-9]*$/g);return n.exec(o)!==null?true:false};var j={};if((l.enabled===null||l.enabled===undefined||typeof l.enabled!=="boolean")&&typeof k==="function"){var h={};b(h,"DSIB","DeviceInfo.setiBeaconInfo returns failure. enabled is required.");k(h);f("DeviceInfo.setiBeaconInfo invalid ");return}if(l.enabled==false){j.beaconMode="off"}else{if((l.uuid===null||l.uuid===undefined||m(l.uuid)===false)&&typeof k==="function"){var h={};b(h,"DSIB","DeviceInfo.setiBeaconInfo returns failure. uuid is not valid.");k(h);f("DeviceInfo.setiBeaconInfo invalid ");return}if((l.major===null||l.major===undefined||isNaN(l.major)||l.major<0||l.major>65535||l.minor===null||l.minor===undefined||isNaN(l.minor)||l.minor<0||l.minor>65535)&&typeof k==="function"){var h={};b(h,"DSIB","DeviceInfo.setiBeaconInfo returns failure. major and minor are not valid.");k(h);f("DeviceInfo.setiBeaconInfo invalid ");return}j.beaconMode="on";j.beaconType="iBeacon";j.iBeaconUuid=l.uuid;j.iBeaconMajor=l.major.toString();j.iBeaconMinor=l.minor.toString()}f("iBeaconInfo: "+JSON.stringify(j));a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:j},onSuccess:function(n){f("setiBeaconInfo: On Success");if(n.returnValue===true){a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"notifyUpdatingBeaconInfo",parameters:{},onSuccess:function(o){f("notifyUpdatingBeaconInfo: onSuccess");delete o.returnValue;if(typeof i==="function"){i(o)}},onFailure:function(o){f("notifyUpdatingBeaconInfo: onFailure");delete o.returnValue;if(typeof k==="function"){k(o)}}})}},onFailure:function(n){f("setiBeaconInfo: On Failure");delete n.returnValue;if(typeof k==="function"){b(n,"DSIB","DeviceInfo.setiBeaconInfo returns failure.");k(n)}}});f("DeviceInfo.setiBeaconInfo Done")};g.prototype.getiBeaconInfo=function(h,i){f("getiBeaconInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["beaconMode","iBeaconUuid","iBeaconMajor","iBeaconMinor"]},onSuccess:function(j){f("getiBeaconInfo: On Success");if(j.returnValue===true){var k={};k.enabled=(j.settings.beaconMode==="on")?true:false;k.uuid=j.settings.iBeaconUuid;k.major=parseInt(j.settings.iBeaconMajor);k.minor=parseInt(j.settings.iBeaconMinor);if(typeof h==="function"){h(k)}}},onFailure:function(j){f("getiBeaconInfo: On Failure");delete j.returnValue;if(typeof i==="function"){b(j,"DGIB","DeviceInfo.getiBeaconInfo returns failure.");i(j)}}});f("DeviceInfo.getiBeaconInfo Done")};g.prototype.setEddystoneInfo=function(k,l,m){var j=function(p){if(typeof p==="undefined"||p===null||p.length!=32){return false}var o=new RegExp(/^[a-fA-F0-9]*$/g);return o.exec(p)!==null?true:false};var n={};f("setEddystoneInfo: "+m.enabled);if((m.enabled===null||m.enabled===undefined||typeof m.enabled!=="boolean")&&typeof l==="function"){var i={};b(i,"DSEI","DeviceInfo.setEddystoneInfo returns failure. enabled is required.");l(i);f("DeviceInfo.setEddystoneInfo invalid ");return}if(m.enabled===false){n.beaconMode="off"}else{n.beaconMode="on";n.beaconType="eddystone";if(m.frame===g.EddystoneFrame.UUID){if(j(m.frameData)===false&&typeof l==="function"){var i={};b(i,"DSEI","DeviceInfo.setEddystoneInfo returns failure. frameData is not valid.");l(i);f("DeviceInfo.setEddystoneInfo invalid ");return}n.eddyStoneFrame=m.frame;n.eddyStoneUuid=m.frameData}else{if(m.frame===g.EddystoneFrame.URL){if((m.frameData===null||m.frameData===undefined||typeof m.frameData!=="string"||m.frameData.search("://")<0||m.frameData.substring(0,4).toUpperCase()!=="HTTP")&&typeof l==="function"){var i={};b(i,"DSEI","DeviceInfo.setEddystoneInfo returns failure. frameData is not valid.");l(i);f("DeviceInfo.setEddystoneInfo invalid ");return}n.eddyStoneFrame=m.frame;n.eddyStoneUrlPrefix=m.frameData.substring(0,m.frameData.search("://"));if(m.frameData.substring(m.frameData.search("://")+3,3).toUpperCase()==="WWW"){n.eddyStoneUrlPrefix=n.eddyStoneUrlPrefix+"Ex"}var h=0;if(n.eddyStoneUrlPrefix.toUpperCase()==="HTTP"){h=7}else{if(n.eddyStoneUrlPrefix.toUpperCase()==="HTTPEX"){h=11}else{if(n.eddyStoneUrlPrefix.toUpperCase()==="HTTPS"){h=8}else{if(n.eddyStoneUrlPrefix.toUpperCase()==="HTTPSEX"){h=12}}}}if(m.frameData.length-h>17){var i={};b(i,"DSEI","DeviceInfo.setEddystoneInfo returns failure. url size is over.");l(i);f("DeviceInfo.setEddystoneInfo invalid ");return}n.eddyStoneUrl=m.frameData.substring(h,m.frameData.length);n.eddyStoneUrlExCode="noneValue"}else{var i={};b(i,"DSEI","DeviceInfo.setEddystoneInfo returns failure. frame is not valid.");l(i);f("DeviceInfo.setEddystoneInfo invalid ");return}}}f("eddystoneInfo : "+JSON.stringify(n));a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:n},onSuccess:function(o){f("setEddystoneInfo: On Success");if(o.returnValue===true){a.Request("luna://com.webos.service.commercial.signage.storageservice/network/",{method:"notifyUpdatingBeaconInfo",parameters:{},onSuccess:function(p){f("notifyUpdatingBeaconInfo: onSuccess");delete p.returnValue;if(typeof k==="function"){k(p)}},onFailure:function(p){f("notifyUpdatingBeaconInfo: onFailure");delete p.returnValue;if(typeof l==="function"){l(p)}}})}},onFailure:function(o){f("setEddystoneInfo: On Failure");delete o.returnValue;if(typeof l==="function"){b(o,"DSEI","DeviceInfo.setEddystoneInfo returns failure.");l(o)}}})};g.prototype.getEddystoneInfo=function(h,i){f("getEddystoneInfo: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["beaconMode","eddyStoneFrame","eddyStoneUuid","eddyStoneUrlPrefix","eddyStoneUrl","eddyStoneUrlExCode"]},onSuccess:function(j){f("getEddystoneInfo: On Success");if(j.returnValue===true){var k={};k.enabled=(j.settings.beaconMode==="on")?true:false;k.frame=j.settings.eddyStoneFrame;if(j.settings.eddyStoneFrame===g.EddystoneFrame.UUID){k.frameData=j.settings.eddyStoneUuid}else{if(j.settings.eddyStoneUrlPrefix==="http"){k.frameData="http://"+j.settings.eddyStoneUrl}else{if(j.settings.eddyStoneUrlPrefix==="httpEx"){k.frameData="http://www."+j.settings.eddyStoneUrl}else{if(j.settings.eddyStoneUrlPrefix==="https"){k.frameData="https://"+j.settings.eddyStoneUrl}else{k.frameData="https://www."+j.settings.eddyStoneUrl}}}}if(typeof h==="function"){h(k)}}},onFailure:function(j){f("getEddystoneInfo: On Failure");delete j.returnValue;if(typeof i==="function"){b(j,"DGEI","DeviceInfo.getEddystoneInfo returns failure.");i(j)}}});f("DeviceInfo.getEddystoneInfo Done")};g.prototype.getExternalInputList=function(h,i,j){f("getExternalInputList: ");a.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"getExternalInputList",parameters:j,onSuccess:function(k){if(typeof h==="function"){delete k.returnValue;h(k)}},onFailure:function(k){f("getExternalInputList: onFailure");delete k.returnValue;if(typeof i==="function"){i(k)}}});f("DeviceInfo.getExternalInputList Done")};e.exports=g});DeviceInfo=cordova.require("cordova/plugin/deviceInfo");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/broadcast",function(i,t,a){var u=i("cordova/plugin/webos/service"),s=i("cordova/utils"),j=i("cordova/argscheck"),n=function(l){this.isATSC=false;this.tokenChannelChange=0;this.tokenSignalState=0;this.broadcastDivId=null;this.broadcastElement=null;this.currentInput=null;this.currentSource=null;this.isLastInput=true;this.isLastChannel=true;var h=this;u.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["atsc"]},onSuccess:function(v){h.isATSC=v.atsc},onFailure:function(v){}})};n.prototype.onchannelchange=function(h){},n.prototype.onsignalstatuschange=function(h){},n.prototype.initialize=function(h,x,l){j.checkArgs("fFo","broadcastCordova.initialize",arguments);var v=s.clone(l);this.broadcastDivId=document.getElementById(v.divId);v.broadcastPlugin=this;if(1!=v.isLastInput&&v.src){this.isLastInput=false;if(-1!=v.src.indexOf("tv://")){if(1==v.isLastChannel){this.isLastChannel=true;v.type="service/webos-broadcast"}else{this.isLastChannel=false;v.type="service/webos-broadcast-standalone"}this.currentInput="tv";this.currentSource=v.src.substr(5)}else{v.type="service/webos-external";var w=v.src.split(":");this.currentInput=w[1].substr(2).toLowerCase();this.currentSource=w[2]}c(v);h&&h()}else{this.isLastInput=true;d(h,x,v)}},n.prototype.channelUp=function(h,v){j.checkArgs("fF","broadcastCordova.channelUp",arguments);var l={broadcastId:this.broadcastElement.mediaId};u.Request("luna://com.webos.service.tv.broadcast",{method:"changeChannelUp",parameters:l,onSuccess:function(w){h&&h()},onFailure:function(w){delete w.returnValue;v&&v(w)}})},n.prototype.channelDown=function(h,v){j.checkArgs("fF","broadcastCordova.channelDown",arguments);var l={broadcastId:this.broadcastElement.mediaId};u.Request("luna://com.webos.service.tv.broadcast",{method:"changeChannelDown",parameters:l,onSuccess:function(w){h&&h()},onFailure:function(w){delete w.returnValue;v&&v(w)}})},n.prototype.setChannel=function(h,w,l){j.checkArgs("fFo","broadcastCordova.setChannel",arguments);var v={broadcastId:this.broadcastElement.mediaId,channelId:l.id};u.Request("luna://com.webos.service.tv.broadcast",{method:"changeChannel",parameters:v,onSuccess:function(x){h&&h()},onFailure:function(x){delete x.returnValue;w&&w(x)}})},n.prototype.getCurrentChannel=function(h,v){j.checkArgs("fF","broadcastCordova.getCurrentChannel",arguments);var l={broadcastId:this.broadcastElement.mediaId,subscribe:false};u.Request("luna://com.webos.service.tv.broadcast",{method:"getCurrentChannel",parameters:l,onSuccess:function(x){var w={};w=e(x.channel,"api");h&&h(w)},onFailure:function(w){delete w.returnValue;v&&v(w)}})},n.prototype.getSignalStatus=function(h,v){j.checkArgs("fF","broadcastCordova.getSignalStatus",arguments);var l;if("tv"==this.currentInput){l={broadcastId:this.broadcastElement.mediaId,subscribe:false};u.Request("luna://com.webos.service.tv.broadcast",{method:"getChannelState",parameters:l,onSuccess:function(x){var w=x.channelState;w.screensaverType=w.channelScreensaverType;delete w.channelScreensaverType;h&&h(w)},onFailure:function(w){delete w.returnValue;v&&v(w)}})}else{l={externalInputId:this.broadcastElement.mediaId,subscribe:false};u.Request("luna://com.webos.service.tv.externaldevice/input/",{method:"getSignalState",parameters:l,onSuccess:function(w){h&&h(w.signalState)},onFailure:function(w){delete w.returnValue;v&&v(w)}})}},n.prototype.getCurrentProgram=function(h,v,l){j.checkArgs("fFo","broadcastCordova.getCurrentProgram",arguments),u.Request("luna://com.palm.systemservice/time",{method:"getEffectiveBroadcastTime",parameters:{},onSuccess:function(x){var w={};w.id=l.id;w.startTime=x.localtime;w.endTime=x.localtime;w.request="nowInfo";b(h,v,w)},onFailure:function(w){delete w.returnValue,v&&v(w)}})},n.prototype.getNextProgram=function(h,v,l){j.checkArgs("fFo","broadcastCordova.getNextProgram",arguments),u.Request("luna://com.palm.systemservice/time",{method:"getEffectiveBroadcastTime",parameters:{},onSuccess:function(x){var w={};w.id=l.id,w.startTime=x.localtime,w.endTime=x.localtime,w.request="nextInfo",b(h,v,w)},onFailure:function(w){delete w.returnValue,v&&v(w)}})},n.prototype.getProgramCount=function(h,w,l){j.checkArgs("fFo","broadcastCordova.getProgramCount",arguments);var v=s.clone(l);v.request="count";b(h,w,v)},n.prototype.getProgramList=function(h,w,l){j.checkArgs("fFo","broadcastCordova.getProgramList",arguments);var v=s.clone(l);v.request="list";b(h,w,v)},n.prototype.getChannelCount=function(h,w,l){j.checkArgs("fFo","broadcastCordova.getChannelCount",arguments);var v={from:"com.webos.service.tv.channel.dblist:1",select:[""],where:[{prop:"channelType",op:"=",val:l.type}],filter:[{prop:"Invisible",op:"=",val:!1}]};u.Request("luna://com.palm.db/",{method:"search",parameters:{query:v},onSuccess:function(y){var x={};x.count=y.results.length;h&&h(x)},onFailure:function(x){delete x.returnValue,w&&w(x)}})},n.prototype.getChannelList=function(h,x,v){j.checkArgs("fFo","broadcastCordova.getChannelList",arguments);var l=v.startIndex-1;if(0>l){l=0}var y=l+v.count,w={from:"com.webos.service.tv.channel.dblist:1",select:["channelId","channelName","channelMode","channelNumber","channelType","skipped","locked","descrambled","scrambled"],where:[{prop:"channelType",op:"=",val:v.type}],filter:[{prop:"Invisible",op:"=",val:!1}],limit:y};u.Request("luna://com.palm.db/",{method:"search",parameters:{query:w},onSuccess:function(C){var z={};z.channel=[];var A=C.results.length-l;if(A>0){for(var B=0;A>B;B++){z.channel[B]=e(C.results[B+l],"db8")}}h&&h(z)},onFailure:function(z){delete z.returnValue;x&&x(z)}})},n.prototype.getChannelListByName=function(h,w,v){j.checkArgs("fFo","broadcastCordova.getChannelListByName",arguments);var l={from:"com.webos.service.tv.channel.dblist:1",select:["channelId","channelName","channelMode","channelNumber","channelType","skipped","locked","descrambled","scrambled"],where:[{prop:"channelName",op:"%",val:v.name}],filter:[{prop:"Invisible",op:"=",val:false}]};v.type&&l.filter.push({prop:"channelType",op:"=",val:v.type}),u.Request("luna://com.palm.db/",{method:"search",parameters:{query:l},onSuccess:function(z){var x={};if(x.channel=[],z.results.length>0){for(var y=0;y<z.results.length;y++){x.channel[y]=e(z.results[y],"db8")}}h&&h(x)},onFailure:function(x){delete x.returnValue;w&&w(x)}})},n.prototype.setInput=function(l){j.checkArgs("o","broadcastCordova.setInput",arguments);var w=false;if(-1!=l.src.indexOf("tv://")){if(1==this.isLastChannel){l.type="service/webos-broadcast"}else{l.type="service/webos-broadcast-standalone"}this.currentInput="tv";this.currentSource=l.src.substr(5)}else{l.type="service/webos-external";var v=l.src.split(":");this.currentInput=v[1].substr(2).toLowerCase();this.currentSource=v[2]}for(var h=0;h<this.broadcastElement.childNodes.length;h++){if("SOURCE"==this.broadcastElement.childNodes[h].nodeName){this.broadcastElement.childNodes[h].src=l.src;this.broadcastElement.childNodes[h].type=l.type;this.broadcastElement.load();w=true}}return w},n.prototype.addEventListener=function(h,v,l){if("channelchange"==h){this.tokenChannelChange=u.Request("luna://com.webos.service.tv.broadcast",{method:"getCurrentChannel",parameters:{broadcastId:this.broadcastElement.mediaId,subscribe:false},onSuccess:function(x){var w=x.channel;v&&v(w)},onFailure:function(w){}})}else{if("signalstatus"==h){if("tv"==this.currentInput){this.tokenSignalState=u.Request("luna://com.webos.service.tv.broadcast",{method:"getChannelState",parameters:{broadcastId:this.broadcastElement.mediaId,subscribe:false},onSuccess:function(x){var w=x.channelState;w.screensaverType=w.channelScreensaverType;delete w.channelScreensaverType;v&&v(w)},onFailure:function(w){}})}else{this.tokenSignalState=u.Request("luna://com.webos.service.tv.externaldevice/input/",{method:"getSignalState",parameters:{externalInputId:this.broadcastElement.mediaId,subscribe:true},onSuccess:function(x){var w=x.signalState;v&&v(w)},onFailure:function(w){}})}}}};var k=function(h,l){r(h);if("tv"==h.currentInput){p(h);f(h)}else{o(h);l()}},c=function(h){var v=document.createElement("VIDEO");v.setAttribute("id",h.videoId);v.setAttribute("width","100%");v.setAttribute("height","100%");v.setAttribute("autoplay","");v.addEventListener("loadedmetadata",function(){k(h.broadcastPlugin,h.callback)},false);var l=document.createElement("SOURCE");l.setAttribute("src",h.src);l.setAttribute("type",h.type);v.appendChild(l);h.broadcastPlugin.broadcastDivId.appendChild(v);h.broadcastPlugin.broadcastElement=v},d=function(h,l,v){u.Request("luna://com.webos.service.eim",{method:"getCurrentInput",parameters:{},onSuccess:function(x){if("ATV"==x.mainInputSourceId||"DTV"==x.mainInputSourceId){v.broadcastPlugin.currentInput="tv";q(h,l,v)}else{var w=x.mainInputSourceId.split("_");v.broadcastPlugin.currentInput=w[0].toLowerCase();v.broadcastPlugin.currentSource=w[1];v.src="ext://"+v.broadcastPlugin.currentInput+":"+v.broadcastPlugin.currentSource;v.type="service/webos-external";c(v);h&&h()}},onFailure:function(w){delete w.returnValue;l&&l(w)}})},q=function(l,h,v){},p=function(h){h.tokenChannelChange=u.Request("luna://com.webos.service.tv.broadcast",{method:"getCurrentChannel",parameters:{broadcastId:h.broadcastElement.mediaId,subscribe:true},onSuccess:function(l){h.currentSource=l.channel.channelId;var v={};v=e(l.channel,"api"),h.onchannelchange(v)},onFailure:function(l){}})},f=function(h){h.tokenSignalState=u.Request("luna://com.webos.service.tv.broadcast",{method:"getChannelState",parameters:{broadcastId:h.broadcastElement.mediaId,subscribe:true},onSuccess:function(v){var l=v.channelState;l.screensaverType=l.channelScreensaverType;delete l.channelScreensaverType;h.onsignalstatuschange(l)},onFailure:function(l){}})},o=function(h){h.tokenSignalState=u.Request("luna://com.webos.service.tv.externaldevice/input/",{method:"getSignalState",parameters:{externalInputId:h.broadcastElement.mediaId,subscribe:true},onSuccess:function(l){var v=l.signalState;h.onsignalstatuschange(v)},onFailure:function(l){}})},r=function(h){if(h.tokenChannelChange){h.tokenChannelChange.cancel()}if(h.tokenSignalState){h.tokenSignalState.cancel()}},m=function(h,y,v){var w=g(v.startTime),l=g(v.endTime),x={};if("count"==v.request){x={from:"com.webos.service.tv.programSCH:4",select:[""],where:[{prop:"signalChannelId",op:"=",val:v.signalChannelId}],filter:[{prop:"localStartTime",op:"<=",val:l},{prop:"localEndTime",op:">=",val:w}]}}else{if("nextInfo"==v.request){x={from:"com.webos.service.tv.programSCH:4",select:["programId","eventId","localStartTime","localEndTime","duration","programName","description"],where:[{prop:"channelId",op:"=",val:v.signalChannelId}],filter:[{prop:"localStartTime",op:">",val:w}],orderBy:"localStartTime",limit:1}}else{if("list"==v.request||"nowInfo"==v.request){x={from:"com.webos.service.tv.programSCH:4",select:["programId","eventId","localStartTime","localEndTime","duration","programName","description"],where:[{prop:"channelId",op:"=",val:v.signalChannelId}],filter:[{prop:"localStartTime",op:"<=",val:l},{prop:"localEndTime",op:">=",val:w}]}}}}},b=function(h,l,v){var w={from:"com.webos.service.tv.channel.dblist:1",select:["signalChannelId"],where:[{prop:"channelId",op:"=",val:v.id}]};u.Request("luna://com.palm.db/",{method:"find",parameters:{query:w},onSuccess:function(x){v.signalChannelId=x.results[0].signalChannelId;m(h,l,v)},onFailure:function(x){delete x.returnValue;l&&l(x)}})},e=function(v,l){var h={};h.id=v.channelId;h.number=v.channelNumber;h.name=v.channelName;if("api"==l){h.mode=v.channelModeName;h.type=v.channelTypeName;h.isSkipped=v.isSkipped;h.isLocked=v.isLocked;h.isDescrambled=v.isDescrambled;h.isScrambled=v.isScrambled}else{h.mode=v.channelMode;h.type=v.channelType;h.isSkipped=v.skipped;h.isLocked=v.locked;h.isDescrambled=v.descrambled;h.isScrambled=v.scrambled}return h},g=function(h){var l=h.year+",";l+=(h.month<10?"0":"")+h.month+",";l+=(h.day<10?"0":"")+h.day+",";l+=(h.hour<10?"0":"")+h.hour+",";l+=(h.minute<10?"0":"")+h.minute+",";l+=(h.second<10?"0":"")+h.second;return l};a.exports=n});var Broadcast=cordova.require("cordova/plugin/broadcast");cordova.define("cordova/plugin/inputSource",function(c,e,b){function d(p){}var i;if(window.PalmSystem){d("Window.PalmSystem Available");i=c("cordova/plugin/webos/service")}else{i={Request:function(p,q){d(p+" invoked. But I am a dummy because PalmSystem is not available");if(typeof q.onFailure==="function"){q.onFailure({returnValue:false,errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}var k=function(){};var n=false;var h="";var g=null;function m(q,r,p){if(q.errorCode===undefined||q.errorCode===null){q.errorCode=r}if(q.errorText===undefined||q.errorText===null){q.errorText=p}}k.prototype.initialize=function(q,r,t){d("initialize: "+JSON.stringify(t));if(t.divId===undefined||typeof t.divId!=="string"||t.divId===null||t.divId.length<=0||t.videoId===undefined||typeof t.videoId!=="string"||t.videoId===null||t.videoId.length<=0||t.callback===undefined||typeof t.callback!=="function"||t.src===undefined||typeof t.src!=="string"||t.src===null||t.src.length<=0){if(typeof r==="function"){var p={};m(p,"II","InputSource.initialize returns failure. invalid parameters.");r(p)}return}if(document.getElementById(t.divId)===null||document.getElementById(t.divId)===undefined){if(typeof r==="function"){r({errorCode:"II",errorText:"options.divId:["+t.divId+"] element not exists or cannot approach"})}return}else{if(document.getElementById(t.videoId)){if(typeof r==="function"){r({errorCode:"II",errorText:"options.videoId:["+t.videoId+"] element already exists."})}return}}l(t.src,function u(v){var w={};w.divId=t.divId;w.videoId=t.videoId;w.callback=t.callback;w.src=v;g=new Broadcast();g.initialize(q,r,w);n=true;h=t.videoId},function s(w){d("initialize: failure "+JSON.stringify(w));if(typeof r==="function"){var v={};m(v,"II","InputSource.initialize returns failure. invalid parameters.");r(v)}});d("initialize: Done")};k.prototype.changeInputSource=function(q,r,t){if(t.src===undefined||typeof t.src!=="string"||t.src===null||t.src.length<=0){if(typeof r==="function"){var p={};m(p,"ICIS","InputSource.changeInputSource returns failure. invalid argument.");r(p)}return}if((n===false)||(document.getElementById(h)===null||document.getElementById(h)===undefined)){if(typeof r==="function"){var p={};m(p,"ICIS","InputSource.changeInputSource returns failure. Call initialize() first.");r(p)}return}d("changeInputSource: "+JSON.stringify(t));l(t.src,function u(w){var x={};x.divId=t.divId;x.videoId=t.videoId;x.callback=t.callback;x.src=w;if(g.setInput(x)){d("changeInputSource: On Success");if(typeof q==="function"){q()}}else{if(typeof r==="function"){var v={};d("changeInputSource: On Failure");m(v,"ICIS","InputSource.changeInputSource returns failure.");r(v)}}},function s(w){d("changeInputSource: failure "+JSON.stringify(w));if(typeof r==="function"){var v={};m(v,"ICIS","InputSource.changeInputSource returns failure. invalid argument. ");r(v)}});d("changeInputSource: Done")};k.prototype.getInputSourceStatus=function(p,q){d("getInputSourceStatus: ");i.Request("luna://com.webos.service.eim/",{method:"getAllInputStatus",onSuccess:function(r){d("getInputSourceStatus: On Success");if(r.returnValue===true){o(function(A){var x=A.webOSVer;d("convertInputSource: "+JSON.stringify(r.totalCount));d("convertInputSource: "+JSON.stringify(r.devices));d("version: "+x);var u={};var s=new Array(r.totalCount);var z=new Array(r.totalCount);for(var v=0;v<s.length;v++){s[v]={};s[v].inputPort=f(r.devices[v].label);var w=null;switch(x){case 1:w=r.devices[v].id.split("_");s[v].inputPort="ext://"+w[0].toLowerCase()+":"+w[1];if(s[v].inputPort==="ext://hdmi:3"){s[v].inputPort="ext://dp:1"}else{if(s[v].inputPort==="ext://hdmi:4"){s[v].inputPort="ext://dvi:1"}}break;case 2:w=r.devices[v].id.split("_");s[v].inputPort="ext://"+w[0].toLowerCase()+":"+w[1];if(A.chipset==="H15"){if(s[v].inputPort==="ext://dvi:4"){s[v].inputPort="ext://hdmi:3"}if(s[v].inputPort==="ext://ops:1"){s[v].inputPort="ext://hdmi:3"}if(s[v].inputPort==="ext://hdmi:4"){s[v].inputPort="ext://dp:1"}}else{if(s[v].inputPort==="ext://hdmi:3"){s[v].inputPort="ext://dp:1"}else{if(s[v].inputPort==="ext://hdmi:2"){s[v].inputPort="ext://dvi:1"}else{if(s[v].inputPort==="ext://hdmi:4"){s[v].inputPort="ext://ops:1"}}}}break;case 3:default:var y=r.devices[v].deviceName.toLowerCase();var t=1;if(isNaN(y.substring(y.length-1,y.length))===false){y=y.substring(0,y.length-1);t=r.devices[v].id.split("_")[1]}if(y.toLowerCase()==="displayport"){y="dp"}else{if(y.toLowerCase()==="ops/dvi"){y="ops"}}s[v].inputPort="ext://"+y.toLowerCase()+":"+t;break}z[v]={};z[v].inputPort=s[v].inputPort;z[v].id=r.devices[v].id}u.inputSourceList=s;i.Request("luna://com.webos.service.eim/",{method:"getCurrentInput",parameters:{},onSuccess:function(B){d("InputSource.getInputSourceStatus: On Success 3");if(B.returnValue===true){if(typeof p==="function"){u.currentInputSource={};for(var C=0;C<z.length;C++){if(z[C].id===B.mainInputSourceId){u.currentInputSource=z[C].inputPort;break}}u.currentSignalState="unknown";if(g!==null){d("InputSource.getInputSourceStatus : broadcast is not null");g.getSignalStatus(function D(F){u.currentSignalState=F.videoSignalState;d("InputSource.getInputSourceStatus: On Success 2");if(typeof p==="function"){d("getInputSourceStatus: On Success"+JSON.stringify(u));p(u);return}},function E(){d("InputSource.getInputSourceStatus : signal state is fail.");if(typeof p==="function"){d("getInputSourceStatus: On Success"+JSON.stringify(u));p(u);return}})}else{d("InputSource.getInputSourceStatus : it does not initialize.");if(typeof p==="function"){d("getInputSourceStatus: On Success"+JSON.stringify(u));p(u);return}}}}},onFailure:function(B){d("InputSource.getInputSourceStatus: On Failure 2");delete B.returnValue;if(typeof q==="function"){m(B,"IGISS","InputSource.getInputSourceStatus returns failure.");q(B);return}}})})}},onFailure:function(r){d("getInputSourceStatus: On Failure");delete r.returnValue;if(typeof q==="function"){m(r,"IGISS","InputSource.changeInputSource returns failure on gathering input list.");q(r)}}});d("InputSource.getInputSourceStatus Done")};function f(r){var p=1;var q=r.length;if(!isNaN(parseInt(r.charAt(q-1),10))){p=r.charAt(q-1);q--}r=r.substring(0,q)+":"+p;r="ext://"+r.toLowerCase();return r}var j=null;var a={};function o(p){if(j===null){i.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["sdkVersion","boardType"]},onSuccess:function(q){d("getPlatformInfo: onSuccess");d("version : "+q.sdkVersion);var r=q.sdkVersion.split(".");if(r.length>=1&&r[0]==="1"){a={webOSVer:1,chipset:q.boardType.split("_")[0]}}else{if(r.length>=1&&r[0]==="2"){a={webOSVer:2,chipset:q.boardType.split("_")[0]}}else{if(r.length>=1&&r[0]==="3"){a={webOSVer:3,chipset:q.boardType.split("_")[0]}}else{a={webOSVer:0,chipset:""}}}}j=a.webOSVer;p(a)},onFailure:function(q){d("getPlatformInfo: onFailure");a={webOSVer:0,chipset:""};p(a)}})}else{p(a)}}function l(r,p,q){var s=r.toUpperCase().substring(6).split(":")[0];if(s==="DP"){s="DISPLAYPORT"}i.Request("luna://com.webos.service.eim/",{method:"getAllInputStatus",onSuccess:function(t){d("convertInputSource: On Success "+r);if(t.returnValue===true){if(typeof p==="function"){var u=new Array(t.totalCount);o(function(D){var B=D.webOSVer;d("convertInputSource: "+JSON.stringify(t.devices));d("version: "+B);if(B>=3){for(var y=0;y<t.devices.length;y++){var z=r.substring(6).split(":");var C=t.devices[y].deviceName;var w="1";if(isNaN(C.substring(C.length-1,C.length))===false){w=C.substring(C.length-1,C.length);C=C.substring(0,C.length-1)}if(C.toLowerCase()==="displayport"){C="dp"}if(C.toLowerCase().indexOf(z[0].toLowerCase())>=0&&w===z[1]){var A=t.devices[y].id.split("_");convertedInput="ext://"+A[0].toLowerCase()+":"+A[1];p(convertedInput);return}}d("convertInputSource: On Failure "+r);var v={};m(v,"IGISS","convertInputSource. It does not support inputsource type.");q(v)}else{switch(B){case 1:if(r==="ext://dp:1"){r="ext://hdmi:3"}else{if(r==="ext://dvi:1"){r="ext://hdmi:4"}}break;case 2:if(a.chipset==="H15"){if(r==="ext://dvi:1"){r="ext://hdmi:3"}else{if(r==="ext://ops:1"){r="ext://hdmi:3"}else{if(r==="ext://dp:1"){r="ext://hdmi:3"}else{if(r==="ext://hdmi:4"){r="ext://dp:1"}}}}}else{if(r==="ext://dp:1"){r="ext://hdmi:3"}else{if(r==="ext://dvi:1"){r="ext://hdmi:2"}else{if(r==="ext://ops:1"){r="ext://hdmi:4"}}}}break;case 3:if(r==="ext://dp:1"){r="ext://hdmi:3"}else{if(r==="ext://dvi:1"){r="ext://hdmi:2"}else{if(r==="ext://ops:1"){r="ext://hdmi:4"}}}break;default:break}for(var y=0;y<u.length;y++){u[y]={};if(a.chipset==="H15"){u[y].inputPort=f(t.devices[y].deviceName)}else{u[y].inputPort=f(t.devices[y].label)}var A=t.devices[y].id.split("_");u[y].id="ext://"+A[0].toLowerCase()+":"+A[1];if(r===u[y].id){d("convertInputSource: On Success ok "+r);p(r);return}}for(var x=0;x<u.length;x++){if(r===u[x].inputPort){r=u[x].id;d("convertInputSource: On Success converted "+r);p(r);return}}d("convertInputSource: On Failure "+r);var v={};m(v,"IGISS","convertInputSource. It does not support inputsource type.");q(v)}})}}},onFailure:function(t){d("convertInputSource: On Failure");delete t.returnValue;if(typeof q==="function"){m(t,"IGISS","convertInputSource returns failure on gathering input list.");q(t)}}})}b.exports=k});InputSource=cordova.require("cordova/plugin/inputSource");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/power",function(c,e,b){function d(l){}var g;if(window.PalmSystem){d("Window.PalmSystem Available");g=c("cordova/plugin/webos/service")}else{g={Request:function(l,m){d(l+" invoked. But I am a dummy because PalmSystem is not available");if(typeof m.onFailure==="function"){m.onFailure({returnValue:false,errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}var j=function(){};function i(m,n,l){if(m.errorCode===undefined||m.errorCode===null){m.errorCode=n}if(m.errorText===undefined||m.errorText===null){m.errorText=l}}var h=null;var a={};function k(l){if(h===null){g.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["sdkVersion","boardType"]},onSuccess:function(m){d("getPlatformInfo: onSuccess");d("version : "+m.sdkVersion);var n=m.sdkVersion.split(".");if(n.length>=1&&n[0]==="1"){a={webOSVer:1,chipset:m.boardType.split("_")[0]}}else{if(n.length>=1&&n[0]==="2"){a={webOSVer:2,chipset:m.boardType.split("_")[0]}}else{if(n.length>=1&&n[0]==="3"){a={webOSVer:3,chipset:m.boardType.split("_")[0]}}else{a={webOSVer:0,chipset:""}}}}h=a.webOSVer;delete m.returnValue;l(a)},onFailure:function(m){d("getPlatformInfo: onFailure");delete m.returnValue;a={webOSVer:0,chipset:""};l(a)}})}else{l(a)}}function f(l){if(a.chipset=="H15"){switch(l){case"ext://hdmi:1":return"HDMI1";case"ext://hdmi:2":return"HDMI2";case"ext://hdmi:3":return"OPS/HDMI3/DVI";case"ext://dvi:1":return"OPS/HDMI3/DVI";case"ext://dp:1":return"DISPLAYPORT";case"ext://rgb:1":return"RGB";case"ext://ops:1":return"OPS/HDMI3/DVI";case"HDMI1":return"ext://hdmi:1";case"HDMI2":return"ext://hdmi:2";case"HDMI3":return"ext://hdmi:3";case"DVI":return"ext://dvi:1";case"DISPLAYPORT":return"ext://dp:1";case"RGB":return"ext://rgb:1";case"OPS":return"ext://ops:1";case"OPS/HDMI3/DVI":return"ext://hdmi:3"}}else{switch(l){case"ext://hdmi:1":if(a.webOSVer===1){return"HDMI1"}else{return"HDMI"}case"ext://hdmi:2":return"HDMI2";case"ext://hdmi:3":return"HDMI3";case"ext://dvi:1":return"DVI";case"ext://dp:1":return"DISPLAYPORT";case"ext://rgb:1":return"RGB";case"ext://ops:1":return"OPS";case"HDMI1":return"ext://hdmi:1";case"HDMI":return"ext://hdmi:1";case"HDMI2":return"ext://hdmi:2";case"HDMI3":return"ext://hdmi:3";case"DVI":return"ext://dvi:1";case"DISPLAYPORT":return"ext://dp:1";case"RGB":return"ext://rgb:1";case"OPS":return"ext://ops:1";case"OPS/HDMI3/DVI":return"ext://hdmi:3"}}return null}j.PowerCommand={SHUTDOWN:"powerOff",REBOOT:"reboot"};j.DisplayMode={DISPLAY_OFF:"Screen Off",DISPLAY_ON:"Active"};j.TimerWeek={MONDAY:1,TUESDAY:2,WEDNESDAY:4,THURSDAY:8,FRIDAY:16,SATURDAY:32,SUNDAY:64,EVERYDAY:127};j.DPMSignalType={CLOCK:"clock",CLOCK_WITH_DATA:"clockAndData"};j.PMMode={PowerOff:"powerOff",SustainAspectRatio:"sustainAspectRatio",ScreenOff:"screenOff",ScreenOffAlways:"screenOffAlways",ScreenOffBacklight:"screenOffBacklight"};j.prototype.getPowerStatus=function(l,m){d("getPowerStatus: ");g.Request("luna://com.webos.service.tv.signage/",{method:"getPowerState",onSuccess:function(n){d("getPowerStatus: On Success");var o={};if(n.returnValue===true){o.displayMode=n.state}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["wolEnable"]},onSuccess:function(p){d("getPowerStatus: On Success 2");if(p.returnValue===true){o.wakeOnLan=(p.settings.wolEnable==="1"?true:false)}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"time",keys:["onTimerEnable","offTimerEnable"]},onSuccess:function(q){d("getPowerStatus: On Success 3");if(q.returnValue===true){o.allOnTimer=(q.settings.onTimerEnable==="on"?true:false);o.allOffTimer=(q.settings.offTimerEnable==="on"?true:false);if(typeof l==="function"){l(o)}}},onFailure:function(q){d("getPowerStatus: On Failure 3");delete q.returnValue;if(typeof m==="function"){i(q,"PGPS","Power.getPowerStatus returns failure.");m(q)}}})},onFailure:function(p){d("getPowerStatus: On Failure 2");delete p.returnValue;if(typeof m==="function"){i(p,"PGPS","Power.getPowerStatus returns failure.");m(p)}}})},onFailure:function(n){d("getPowerStatus: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"PGPS","Power.getPowerStatus returns failure.");m(n)}}});d("Power.getPowerStatus Done")};j.prototype.enableAllOnTimer=function(m,n,o){d("enableAllOnTimer: "+JSON.stringify(o));var p=null;switch(o.allOnTimer){case true:p="on";break;case false:p="off";break;default:if(typeof n==="function"){var l={};i(l,"PEAOT","Power.enableAllOnTimer returns failure. Invalid option value.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"time",settings:{onTimerEnable:p}},onSuccess:function(){if(o.clearOnTimer===true){var t=0;var q=["0","0","0","0","0","0","0"],s=["0","0","0","0","0","0","0"],r=["0","0","0","0","0","0","0"],u=["0","0","0","0","0","0","0"],v=[];g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOnTimerHour:q,multiOnTimerMinute:s,multiOnTimerWeekday:r,multiOnTimerSource:u,onTimerCount:t,onTimerSchedule:v}},onSuccess:function(){d("enableAllOnTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(w){d("enableAllOnTimer: On Failure 2");delete w.returnValue;if(typeof n==="function"){i(w,"PEAOT","Power.enableAllOnTimer returns failure. / clearOnTimer");n(w)}}})}else{if(typeof m==="function"){d("enableAllOnTimer: On Success");m()}}},onFailure:function(q){delete q.returnValue;if(typeof n==="function"){d("enableAllOnTimer: On Failure");i(q,"PEAOT","Power.enableAllOnTimer returns failure.");n(q)}}});d("Power.enableAllOnTimer Done")};j.prototype.enableAllOffTimer=function(m,n,o){d("enableAllOffTimer: "+JSON.stringify(o));var p=null;switch(o.allOffTimer){case true:p="on";break;case false:p="off";break;default:if(typeof n==="function"){var l={};i(l,"PEAOT","Power.enableAllOffTimer returns failure. Invalid option value.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"time",settings:{offTimerEnable:p}},onSuccess:function(){if(o.clearOffTimer===true){var t=0;var q=["0","0","0","0","0","0","0"],s=["0","0","0","0","0","0","0"],r=["0","0","0","0","0","0","0"],u=[];g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOffTimerHour:q,multiOffTimerMinute:s,multiOffTimerWeekday:r,offTimerCount:t,offTimerSchedule:u}},onSuccess:function(){d("enableAllOffTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(v){d("enableAllOffTimer: On Failure 2");delete v.returnValue;if(typeof n==="function"){i(v,"PEAOT","Power.enableAllOffTimer returns failure. / clearOffTimer");n(v)}}})}else{if(typeof m==="function"){d("enableAllOffTimer: On Success");m()}}},onFailure:function(q){delete q.returnValue;if(typeof n==="function"){d("enableAllOffTimer: On Failure");i(q,"PEAOT","Power.enableAllOffTimer returns failure.");n(q)}}});d("Power.enableAllOffTimer Done")};j.prototype.enableWakeOnLan=function(m,n,o){d("enableWakeOnLan: "+JSON.stringify(o));var p=null;switch(o.wakeOnLan){case true:p="1";break;case false:p="0";break;default:if(typeof n==="function"){var l={};i(l,"PSWOL","Power.enableWakeOnLan returns failure. Invalid option value.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{wolEnable:p}},onSuccess:function(){if(typeof m==="function"){d("enableWakeOnLan: On Success");m()}},onFailure:function(q){delete q.returnValue;if(typeof n==="function"){d("enableWakeOnLan: On Failure");i(q,"PSWOL","Power.enableWakeOnLan returns failure.");n(q)}}});d("Power.enableWakeOnLan Done")};j.prototype.addOnTimer=function(m,n,o){d("addOnTimer: "+JSON.stringify(o));if(o.hour===undefined||isNaN(o.hour)||typeof o.hour!=="number"||o.hour<0||o.hour>23||o.minute===undefined||isNaN(o.minute)||typeof o.minute!=="number"||o.minute<0||o.minute>59||o.week===undefined||isNaN(o.week)||typeof o.week!=="number"||o.week<0||o.week>127||o.inputSource===undefined||typeof o.inputSource!=="string"||o.inputSource.indexOf("ext://")!==0){if(typeof n==="function"){var l={};i(l,"PAOT","Power.addOnTimer returns failure. invalid parameters or out of range.");n(l)}return}k(function(p){g.Request("luna://com.webos.service.eim/",{method:"getAllInputStatus",onSuccess:function(q){d("getInputSourceStatus: On Success");if(q.returnValue===true){var v=false;for(var u=0;u<q.totalCount;u++){var t=q.devices[u].deviceName.toLowerCase();var r=o.inputSource.substring(6).split(":");var s="1";if(isNaN(t.substring(t.length-1,t.length))===false){t=t.substring(0,t.length-1);s=q.devices[u].id.split("_")[1]}if(t==="displayport"){t="dp"}if(t.toLowerCase().indexOf(r[0].toLowerCase())>=0&&s===r[1]){v=true;break}}if(v===false){d("addOnTimer: On Failure");delete q.returnValue;if(typeof n==="function"){i(q,"PAOT","Power.addOnTimer returns failure.");n(q)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["multiOnTimerHour","multiOnTimerMinute","multiOnTimerWeekday","multiOnTimerSource","onTimerSchedule","onTimerCount"]},onSuccess:function(w){if(w.returnValue===true){d("version : "+p.webOSVer);if(typeof w.settings.multiOnTimerHour==="string"){w.settings.multiOnTimerHour=JSON.parse(w.settings.multiOnTimerHour)}if(typeof w.settings.multiOnTimerMinute==="string"){w.settings.multiOnTimerMinute=JSON.parse(w.settings.multiOnTimerMinute)}if(typeof w.settings.multiOnTimerWeekday==="string"){w.settings.multiOnTimerWeekday=JSON.parse(w.settings.multiOnTimerWeekday)}if(typeof w.settings.multiOnTimerSource==="string"){w.settings.multiOnTimerSource=JSON.parse(w.settings.multiOnTimerSource)}if(typeof w.settings.onTimerSchedule==="string"){w.settings.onTimerSchedule=JSON.parse(w.settings.onTimerSchedule)}var y=(w.settings.onTimerSchedule===null||w.settings.onTimerSchedule===undefined?0:w.settings.onTimerSchedule.length);if(w.settings.multiOnTimerHour.length<=y){if(typeof n==="function"){i(w,"PSOT","Power.addOnTimer returns failure. No space to add timer.");n(w)}return}if(p.webOSVer===3){if(o.week>=64){o.week=1+(o.week-64)*2}else{o.week=o.week*2}}w.settings.multiOnTimerHour[y]=o.hour;w.settings.multiOnTimerMinute[y]=o.minute;w.settings.multiOnTimerWeekday[y]=o.week;w.settings.multiOnTimerSource[y]=f(o.inputSource);var x=360;w.settings.onTimerSchedule[y]={_id:""+x++,hour:o.hour,input:f(o.inputSource),minute:o.minute,weekday:o.week};g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOnTimerHour:w.settings.multiOnTimerHour,multiOnTimerMinute:w.settings.multiOnTimerMinute,multiOnTimerWeekday:w.settings.multiOnTimerWeekday,multiOnTimerSource:w.settings.multiOnTimerSource,onTimerCount:y+1,onTimerSchedule:w.settings.onTimerSchedule}},onSuccess:function(){d("addOnTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(z){d("addOnTimer: On Failure 2");delete z.returnValue;if(typeof n==="function"){i(z,"PAOT","Power.addOnTimer returns failure.");n(z)}return}})}},onFailure:function(w){d("addOnTimer: On Failure");delete w.returnValue;if(typeof n==="function"){i(w,"PAOT","Power.addOnTimer returns failure.");n(w)}return}})}},onFailure:function(q){d("getInputSourceStatus: On Failure");delete q.returnValue;if(typeof n==="function"){i(q,"PAOT","Power.addOnTimer returns failure on gathering input list.");n(q)}return}})});d("Power.addOnTimer Done")};j.prototype.deleteOnTimer=function(m,n,o){d("deleteOnTimer: "+JSON.stringify(o));if(o.hour===undefined||isNaN(o.hour)||typeof o.hour!=="number"||o.hour<0||o.hour>23||o.minute===undefined||isNaN(o.minute)||typeof o.minute!=="number"||o.minute<0||o.minute>59||o.week===undefined||isNaN(o.week)||typeof o.week!=="number"||o.week<0||o.week>127||o.inputSource===undefined||typeof o.inputSource!=="string"||o.inputSource.indexOf("ext://")!==0){if(typeof n==="function"){var l={};i(l,"PDOT","Power.deleteOnTimer returns failure. invalid parameters or out of range.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["multiOnTimerHour","multiOnTimerMinute","multiOnTimerWeekday","multiOnTimerSource","onTimerSchedule","onTimerCount"]},onSuccess:function(p){if(p.returnValue===true){k(function(u){d("version : "+u.webOSVer);if(typeof p.settings.multiOnTimerHour==="string"){p.settings.multiOnTimerHour=JSON.parse(p.settings.multiOnTimerHour)}if(typeof p.settings.multiOnTimerMinute==="string"){p.settings.multiOnTimerMinute=JSON.parse(p.settings.multiOnTimerMinute)}if(typeof p.settings.multiOnTimerWeekday==="string"){p.settings.multiOnTimerWeekday=JSON.parse(p.settings.multiOnTimerWeekday)}if(typeof p.settings.multiOnTimerSource==="string"){p.settings.multiOnTimerSource=JSON.parse(p.settings.multiOnTimerSource)}if(typeof p.settings.onTimerSchedule==="string"){p.settings.onTimerSchedule=JSON.parse(p.settings.onTimerSchedule)}var A=0,z=(p.settings.onTimerSchedule===null||p.settings.onTimerSchedule===undefined?0:p.settings.onTimerSchedule.length);var v=["0","0","0","0","0","0","0"],w=["0","0","0","0","0","0","0"],r=["0","0","0","0","0","0","0"],q=["0","0","0","0","0","0","0"],y=[];var t=f(o.inputSource);var s=false;if(u.webOSVer===3){if(o.week>=64){o.week=1+(o.week-64)*2}else{o.week=o.week*2}}for(var x=0;x<z;x++){d("deleteOnTimer: "+t);if(p.settings.onTimerSchedule[x]===null){continue}d("options.week : "+o.week+" result.settings.onTimerSchedule["+x+"].weekday : "+p.settings.onTimerSchedule[x].weekday);if(s===false&&o.hour===p.settings.onTimerSchedule[x].hour&&o.minute===p.settings.onTimerSchedule[x].minute&&o.week===p.settings.onTimerSchedule[x].weekday&&t===p.settings.onTimerSchedule[x].input){d("deleteOnTimer: index "+x);s=true}else{v[A]=p.settings.multiOnTimerHour[x];w[A]=p.settings.multiOnTimerMinute[x];r[A]=p.settings.multiOnTimerWeekday[x];q[A]=p.settings.multiOnTimerSource[x];y[A]=p.settings.onTimerSchedule[x];A++}}if(s===true){z--}if(z===0){y=[]}if(p.settings.onTimerSchedule.length===z){if(typeof n==="function"){i(p,"PDOT","Power.deleteOnTimer returns failure. There is no 'on timer' matched in the list.");n(p)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOnTimerHour:v,multiOnTimerMinute:w,multiOnTimerWeekday:r,multiOnTimerSource:q,onTimerCount:z,onTimerSchedule:y}},onSuccess:function(){d("deleteOnTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(B){d("deleteOnTimer: On Failure 2");delete B.returnValue;if(typeof n==="function"){i(B,"PDOT","Power.deleteOnTimer returns failure.");n(B)}}})})}},onFailure:function(p){d("deleteOnTimer: On Failure");delete p.returnValue;if(typeof n==="function"){i(p,"PDOT","Power.deleteOnTimer returns failure.");n(p)}}});d("Power.deleteOnTimer Done")};j.prototype.addOffTimer=function(m,n,o){d("addOffTimer: "+JSON.stringify(o));if(o.hour===undefined||isNaN(o.hour)||typeof o.hour!=="number"||o.hour<0||o.hour>23||o.minute===undefined||isNaN(o.minute)||typeof o.minute!=="number"||o.minute<0||o.minute>59||o.week===undefined||isNaN(o.week)||typeof o.week!=="number"||o.week<0||o.week>127){if(typeof n==="function"){var l={};i(l,"PAOT","Power.addOffTimer returns failure. Invalid parameter.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["multiOffTimerHour","multiOffTimerMinute","multiOffTimerWeekday","offTimerSchedule","offTimerCount"]},onSuccess:function(p){if(p.returnValue===true){if(typeof p.settings.multiOffTimerHour==="string"){p.settings.multiOffTimerHour=JSON.parse(p.settings.multiOffTimerHour)}if(typeof p.settings.multiOffTimerMinute==="string"){p.settings.multiOffTimerMinute=JSON.parse(p.settings.multiOffTimerMinute)}if(typeof p.settings.multiOffTimerWeekday==="string"){p.settings.multiOffTimerWeekday=JSON.parse(p.settings.multiOffTimerWeekday)}if(typeof p.settings.offTimerSchedule==="string"){p.settings.offTimerSchedule=JSON.parse(p.settings.offTimerSchedule)}var q=(p.settings.offTimerSchedule===null||p.settings.offTimerSchedule===undefined?0:p.settings.offTimerSchedule.length);if(p.settings.multiOffTimerHour.length<=q){if(typeof n==="function"){i(p,"PAOT","Power.addOffTimer returns failure. No space to add timer.");n(p)}return}k(function(s){d("version : "+s.webOSVer);if(s.webOSVer===3){if(o.week>=64){o.week=1+(o.week-64)*2}else{o.week=o.week*2}}p.settings.multiOffTimerHour[q]=o.hour;p.settings.multiOffTimerMinute[q]=o.minute;p.settings.multiOffTimerWeekday[q]=o.week;d("add hour: "+o.hour+", min : "+o.minute+", week : "+o.week);var r=360;p.settings.offTimerSchedule[q]={_id:""+r++,hour:o.hour,minute:o.minute,weekday:o.week};g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOffTimerHour:p.settings.multiOffTimerHour,multiOffTimerMinute:p.settings.multiOffTimerMinute,multiOffTimerWeekday:p.settings.multiOffTimerWeekday,offTimerCount:q+1,offTimerSchedule:p.settings.offTimerSchedule}},onSuccess:function(){d("addOffTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(t){d("addOffTimer: On Failure 2");delete t.returnValue;if(typeof n==="function"){i(t,"PAOT","Power.addOffTimer returns failure.");n(t)}}})})}},onFailure:function(p){d("addOffTimer: On Failure");delete p.returnValue;if(typeof n==="function"){i(p,"PAOT","Power.addOffTimer returns failure.");n(p)}}});d("Power.addOffTimer Done")};j.prototype.deleteOffTimer=function(m,n,o){d("deleteOffTimer: "+JSON.stringify(o));if(o.hour===undefined||isNaN(o.hour)||typeof o.hour!=="number"||o.hour<0||o.hour>23||o.minute===undefined||isNaN(o.minute)||typeof o.minute!=="number"||o.minute<0||o.minute>59||o.week===undefined||isNaN(o.week)||typeof o.week!=="number"||o.week<0||o.week>127){if(typeof n==="function"){var l={};i(l,"PDOT","Power.deleteOffTimer returns failure. invalid parameters or out of range.");n(l)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["multiOffTimerHour","multiOffTimerMinute","multiOffTimerWeekday","offTimerSchedule","offTimerCount"]},onSuccess:function(x){if(x.returnValue===true){if(typeof x.settings.multiOffTimerHour==="string"){x.settings.multiOffTimerHour=JSON.parse(x.settings.multiOffTimerHour)}if(typeof x.settings.multiOffTimerMinute==="string"){x.settings.multiOffTimerMinute=JSON.parse(x.settings.multiOffTimerMinute)}if(typeof x.settings.multiOffTimerWeekday==="string"){x.settings.multiOffTimerWeekday=JSON.parse(x.settings.multiOffTimerWeekday)}if(typeof x.settings.offTimerSchedule==="string"){x.settings.offTimerSchedule=JSON.parse(x.settings.offTimerSchedule)}var w=0,v=(x.settings.offTimerSchedule===null||x.settings.offTimerSchedule===undefined?0:x.settings.offTimerSchedule.length);var r=["0","0","0","0","0","0","0"],s=["0","0","0","0","0","0","0"],p=["0","0","0","0","0","0","0"],u=[];var q=false;k(function(y){d("version : "+y.webOSVer);if(y.webOSVer===3){if(o.week>=64){o.week=1+(o.week-64)*2}else{o.week=o.week*2}}});for(var t=0;t<v;t++){if(x.settings.offTimerSchedule[t]===null){continue}d("options.week : "+o.week+" result.settings.offTimerSchedule["+t+"].weekday : "+x.settings.offTimerSchedule[t].weekday);if(q===false&&o.hour===x.settings.offTimerSchedule[t].hour&&o.minute===x.settings.offTimerSchedule[t].minute&&o.week===x.settings.offTimerSchedule[t].weekday){q=true}else{r[w]=x.settings.multiOffTimerHour[t];s[w]=x.settings.multiOffTimerMinute[t];p[w]=x.settings.multiOffTimerWeekday[t];u[w]=x.settings.offTimerSchedule[t];w++}}if(q===true){v--}if(v===0){u=[]}if(x.settings.offTimerSchedule.length===v){if(typeof n==="function"){i(x,"PDOT","Power.deleteOffTimer returns failure. There is no 'off timer' matched in the list.");n(x)}return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{multiOffTimerHour:r,multiOffTimerMinute:s,multiOffTimerWeekday:p,offTimerCount:v,offTimerSchedule:u}},onSuccess:function(){d("deleteOffTimer: On Success 2");if(typeof m==="function"){m()}},onFailure:function(y){d("deleteOffTimer: On Failure 2");delete y.returnValue;if(typeof n==="function"){i(y,"PDOT","Power.deleteOffTimer returns failure.");n(y)}}})}},onFailure:function(p){d("deleteOffTimer: On Failure");delete p.returnValue;if(typeof n==="function"){i(p,"PDOT","Power.deleteOffTimer returns failure.");n(p)}}});d("Power.deleteOffTimer Done")};j.prototype.getOnTimerList=function(l,m){d("getOnTimerList: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["onTimerSchedule"]},onSuccess:function(n){if(n.returnValue===true){k(function(t){d("version : "+t.webOSVer);var s={};if(typeof n.settings.onTimerSchedule==="string"){n.settings.onTimerSchedule=JSON.parse(n.settings.onTimerSchedule)}var u=new Array(n.settings.onTimerSchedule===null||n.settings.onTimerSchedule===undefined?0:n.settings.onTimerSchedule.length);for(var o=0,p=0;p<u.length;p++){if(n.settings.onTimerSchedule[p]===null||n.settings.onTimerSchedule[p]===undefined){continue}u[o]={hour:0,minute:0,week:0,inputSource:0};if(t.webOSVer===3){var q=n.settings.onTimerSchedule[p].weekday;if(q%2){var r=q%2;q=64+((q-r)/2)}else{q=q/2}}else{n.settings.onTimerSchedule[p].weekday}u[o].hour=n.settings.onTimerSchedule[p].hour;u[o].minute=n.settings.onTimerSchedule[p].minute;u[o].week=q;u[o++].inputSource=f(n.settings.onTimerSchedule[p].input)}s.timerList=u;if(typeof l==="function"){l(s)}})}},onFailure:function(n){d("getOnTimerList: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"PGOTL","Power.getOnTimerList returns failure.");m(n)}}});d("Power.getOnTimerList Done")};j.prototype.getOffTimerList=function(l,m){d("getOffTimerList: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["offTimerSchedule"]},onSuccess:function(n){d("getOffTimerList: On Success");k(function(t){d("version : "+t.webOSVer);if(n.returnValue===true){var s={};if(typeof n.settings.offTimerSchedule==="string"){n.settings.offTimerSchedule=JSON.parse(n.settings.offTimerSchedule)}var u=new Array(n.settings.offTimerSchedule===null||n.settings.offTimerSchedule===undefined?0:n.settings.offTimerSchedule.length);for(var o=0,p=0;p<u.length;p++){if(n.settings.offTimerSchedule[p]===null||n.settings.offTimerSchedule[p]===undefined){continue}u[o]={hour:0,minute:0,week:0};if(t.webOSVer===3){var q=n.settings.offTimerSchedule[p].weekday;if(q%2){var r=q%2;q=64+((q-r)/2)}else{q=q/2}}else{q=n.settings.offTimerSchedule[p].weekday}u[o].hour=n.settings.offTimerSchedule[p].hour;u[o].minute=n.settings.offTimerSchedule[p].minute;u[o++].week=q}s.timerList=u;if(typeof l==="function"){l(s)}}})},onFailure:function(n){d("getOffTimerList: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"PGOTL","Power.getOffTimerList returns failure.");m(n)}}});d("Power.getOffTimerList Done")};j.prototype.setDisplayMode=function(m,n,o){d("setDisplayMode: "+JSON.stringify(o));var p=null;switch(o.displayMode){case j.DisplayMode.DISPLAY_OFF:p="turnOffScreen";break;case j.DisplayMode.DISPLAY_ON:p="turnOnScreen";break;default:if(typeof n==="function"){var l={};i(l,"PSDM","Power.setDisplayMode returns failure. Invalid option value.");n(l)}return}d("setDisplayMode: "+p);if(p===null&&typeof n==="function"){var l={};i(l,"PSDM","Power.setDisplayMode returns failure. command was not defined.");n(l);d("Power.setDisplayMode invalid ");return}g.Request("luna://com.webos.service.tv.signage/",{method:"getPowerState",onSuccess:function(q){d("setDisplayMode: On Success");if(q.returnValue===true&&q.state===o.displayMode){if(typeof m==="function"){d("setDisplayMode: no need to do any action.");m()}return}g.Request("luna://com.webos.service.tv.signage/",{method:p,onSuccess:function(r){d("setDisplayMode: On Success");if(r.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(r){d("setDisplayMode: On Failure");delete r.returnValue;if(typeof n==="function"){i(r,"PSDM","Power.setDisplayMode returns failure.");n(r)}}})},onFailure:function(q){d("setDisplayMode: On Failure 2");delete q.returnValue;if(typeof n==="function"){i(q,"PSDM","Power.setDisplayMode returns failure.");n(q)}}});d("Power.setDisplayMode Done")};j.prototype.executePowerCommand=function(m,n,o){d("executePowerCommand: "+JSON.stringify(o));if(o.powerCommand===undefined||typeof o.powerCommand!=="string"||o.powerCommand===null||o.powerCommand.length<=0){if(typeof n==="function"){var l={};i(l,"PEPM","Power.executePowerCommand returns failure. invalid argument or out of range. ");n(l)}return}if((o.powerCommand!==j.PowerCommand.REBOOT)&&(o.powerCommand!==j.PowerCommand.SHUTDOWN)){var l={};i(l,"PEPM","Power.executePowerCommand returns failure. invalid argument.");n(l);return}g.Request("luna://com.webos.service.tv.signage/",{method:o.powerCommand,parameters:{reason:"unknown"},onSuccess:function(p){d("executePowerCommand: On Success");if(p.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(p){d("executePowerCommand: On Failure");delete p.returnValue;if(typeof n==="function"){i(p,"PEPM","Power.executePowerCommand returns failure.");n(p)}}});d("Power.executePowerCommand Done")};j.prototype.setDPMWakeup=function(m,o,q){var p={};i(p,"ERROR","This function is not supported on webOS 3.2");o(p);return;var n=null;switch(q.dpmSignalType){case j.DPMSignalType.CLOCK:n="clock";break;case j.DPMSignalType.CLOCK_WITH_DATA:n="clockAndData";break}d("setDPMWakeup: "+n);if(n===null&&typeof o==="function"){var l={};i(l,"PSDW","Power.setDPMWakeup returns failure. command was not defined.");o(l);d("Power.setDPMWakeup invalid ");return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{dpmWakeUpControl:n}},onSuccess:function(r){d("setDPMWakeup: On Success");if(r.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(r){d("setDPMWakeup: On Failure");delete r.returnValue;if(typeof o==="function"){i(r,"PSDW","Power.setDPMWakeup returns failure.");o(r)}}});d("Power.setDPMWakeup Done")};j.prototype.getDPMWakeup=function(l,m){var n={};i(n,"ERROR","This function is not supported on webOS 3.2");m(n);return;d("getDPMWakeup: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["dpmWakeUpControl"]},onSuccess:function(o){d("getDPMWakeup: On Success");if(o.returnValue===true){var p={};p.dpmSignalType=o.settings.dpmWakeUpControl;if(typeof l==="function"){l(p)}}},onFailure:function(o){d("getDPMWakeup: On Failure");delete o.returnValue;if(typeof m==="function"){i(o,"PGDW","Power.getDPMWakeup returns failure.");m(o)}}});d("Power.getDPMWakeup Done")};j.prototype.setPMMode=function(m,n,o){var p=null;switch(o.mode){case j.PMMode.PowerOff:p="powerOff";break;case j.PMMode.SustainAspectRatio:p="sustainAspectRatio";break;case j.PMMode.ScreenOff:p="screenOff";break;case j.PMMode.ScreenOffAlways:p="screenOffAlways";break;case j.PMMode.ScreenOffBacklight:p="screenOffBacklight";break}d("setPMMode: "+p);if(p===null&&typeof n==="function"){var l={};i(l,"PSPM","Power.setPMMode returns failure. command was not defined.");n(l);d("Power.setPMMode invalid ");return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{pmMode:p}},onSuccess:function(q){d("setPMMode: On Success");if(q.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(q){d("setPMMode: On Failure");delete q.returnValue;if(typeof n==="function"){i(q,"PSPM","Power.setPMMode returns failure.");n(q)}}});d("Power.setPMMode Done")};j.prototype.getPMMode=function(l,m){d("getPMMode: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["pmMode"]},onSuccess:function(n){d("getPMMode: On Success");if(n.returnValue===true){var o={};o.mode=n.settings.pmMode;if(typeof l==="function"){l(o)}}},onFailure:function(n){d("getPMMode: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"PGPM","Power.getPMMode returns failure.");m(n)}}});d("Power.getPMMode Done")};j.prototype.setPowerOnDelay=function(m,n,o){d("setPowerOnDelay: "+o.delayTime);if(o.delayTime===null&&typeof n==="function"){var l={};i(l,"PSPD","Power.setPowerOnDelay returns failure. command was not defined.");n(l);d("Power.setPowerOnDelay invalid ");return}if(typeof o.delayTime!=="number"){var l={};i(l,"PSPD","Power.setPowerOnDelay returns failure. delayTime is not a number.");n(l);d("Power.setPowerOnDelay invalid type");return}if((o.delayTime<0)||(o.delayTime>250)){var l={};i(l,"PSPD","Power.setPowerOnDelay returns failure. Out of range.");n(l);d("Power.setPowerOnDelay invalid range");return}g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{powerOnDelay:o.delayTime}},onSuccess:function(p){d("setPowerOnDelay: On Success");if(p.returnValue===true){if(typeof m==="function"){m()}}},onFailure:function(p){d("setPowerOnDelay: On Failure");delete p.returnValue;if(typeof n==="function"){i(p,"PSPD","Power.setPowerOnDelay returns failure.");n(p)}}});d("Power.setPowerOnDelay Done")};j.prototype.getPowerOnDelay=function(l,m){d("getPowerOnDelay: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["powerOnDelay"]},onSuccess:function(n){d("getPowerOnDelay: On Success");if(n.returnValue===true){var o={};o.delayTime=n.settings.powerOnDelay;if(typeof l==="function"){l(o)}}},onFailure:function(n){d("getPowerOnDelay: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"PGPD","Power.getPowerOnDelay returns failure.");m(n)}}});d("Power.getPowerOnDelay Done")};j.prototype.getOnOffTimeSchedule=function(l,m){d("getOnOffTimeSchedule: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"getOnOffTimeSchedule",parameters:{},onSuccess:function(n){d("getOnOffTimeSchedule: On Success");if(n.returnValue===true){if(typeof l==="function"){var o={};o.onOffTimeScheduleList=n.settings.onOffTimeSchedule;if(typeof l==="function"){l(o)}}}},onFailure:function(n){d("getOnOffTimeSchedule: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"TGAS","Power.getOnOffTimeSchedule returns failure.");m(n)}}});d("Power.getOnOffTimeSchedule Done")};j.prototype.setOnOffTimeSchedule=function(l,m,n){d("setOnOffTimeSchedule: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"setOnOffTimeSchedule",parameters:n,onSuccess:function(o){d("setOnOffTimeSchedule: On Success");if(o.returnValue===true){if(typeof l==="function"){if(typeof l==="function"){l()}}}},onFailure:function(o){d("setOnOffTimeSchedule: On Failure");delete o.returnValue;if(typeof m==="function"){i(o,"TGAS","Power.setOnOffTimeSchedule returns failure.");m(o)}}});d("Power.setOnOffTimeSchedule Done")};j.prototype.unsetOnOffTimeSchedule=function(l,m){d("unsetOnOffTimeSchedule: ");g.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"unsetOnOffTimeSchedule",parameters:{},onSuccess:function(n){d("unsetOnOffTimeSchedule: On Success");if(n.returnValue===true){if(typeof l==="function"){if(typeof l==="function"){l()}}}},onFailure:function(n){d("unsetOnOffTimeSchedule: On Failure");delete n.returnValue;if(typeof m==="function"){i(n,"TGAS","Power.unsetOnOffTimeSchedule returns failure.");m(n)}}});d("Power.unsetHolidaySchedule Done")};b.exports=j});Power=cordova.require("cordova/plugin/power");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/security",function(d,c,e){function f(h){}var a;if(window.PalmSystem){f("Window.PalmSystem Available");a=d("cordova/plugin/webos/service")}else{a={Request:function(h,i){f(h+" invoked. But I am a dummy because PalmSystem is not available");if(typeof i.onFailure==="function"){i.onFailure({returnValue:false,errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}function b(i,j,h){if(i.errorCode===undefined||i.errorCode===null){i.errorCode=j}if(i.errorText===undefined||i.errorText===null){i.errorText=h}}var g=function(){};g.prototype.registerServerCertificate=function(i,j,k){f("registerServerCertificate: "+JSON.stringify(k));if(k.userName===undefined||typeof k.userName!=="string"||k.userName.length<4||k.userName.length>10||k.password===undefined||typeof k.password!=="string"||k.password.length<4||k.password.length>10||k.certificate===undefined||typeof k.certificate!=="string"){if(typeof j==="function"){var h={};b(h,"SRSC","Security.registerServerCertificate returns failure. invalid parameters or out of range.");j(h)}return}a.Request("luna://com.webos.service.commercial.signage.storageservice/security/",{method:"registerServerCertificate",parameters:{userName:k.userName,password:k.password,certificate:k.certificate},onSuccess:function(l){f("registerServerCertificate: On Success");if(l.returnValue===true){if(typeof i==="function"){i()}}},onFailure:function(l){f("registerServerCertificate: On Failure");delete l.returnValue;if(typeof j==="function"){b(l,"SRSC","Security.registerServerCertificate returns failure.");j(l)}}});f("Security.registerServerCertificate Done")};g.prototype.unregisterServerCertificate=function(i,j,k){f("unregisterServerCertificate: "+JSON.stringify(k));if(k.userName===undefined||typeof k.userName!=="string"||k.userName.length<4||k.userName.length>10||k.password===undefined||typeof k.password!=="string"||k.password.length<4||k.password.length>10){if(typeof j==="function"){var h={};b(h,"SUSC","Security.unregisterServerCertificate returns failure. invalid parameters or out of range.");j(h)}return}a.Request("luna://com.webos.service.commercial.signage.storageservice/security/",{method:"unregisterServerCertificate",parameters:{userName:k.userName,password:k.password},onSuccess:function(l){f("unregisterServerCertificate: On Success");if(l.returnValue===true){if(typeof i==="function"){i()}}},onFailure:function(l){f("unregisterServerCertificate: On Failure");delete l.returnValue;if(typeof j==="function"){b(l,"SUSC","Security.unregisterServerCertificate returns failure.");j(l)}}});f("Security.unregisterServerCertificate Done")};g.prototype.existServerCertificate=function(i,j,k){f("existServerCertificate: "+JSON.stringify(k));if(k.userName===undefined||typeof k.userName!=="string"||k.userName.length<4||k.userName.length>10||k.password===undefined||typeof k.password!=="string"||k.password.length<4||k.password.length>10){if(typeof j==="function"){var h={};b(h,"SESC","Security.existServerCertificate returns failure. invalid parameters or out of range.");j(h)}return}a.Request("luna://com.webos.service.commercial.signage.storageservice/security/",{method:"existServerCertificate",parameters:{userName:k.userName,password:k.password},onSuccess:function(l){f("existServerCertificate: On Success");if(l.returnValue===true){if(typeof i==="function"){var m={};m.exist=l.exist;i(m)}}},onFailure:function(l){f("existServerCertificate: On Failure");delete l.returnValue;if(typeof j==="function"){b(l,"SESC","Security.existServerCertificate returns failure.");j(l)}}});f("Security.existServerCertificate Done")};e.exports=g});Security=cordova.require("cordova/plugin/security");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cordova.define("cordova/plugin/signage",function(n,F,c){var G;function l(H){}if(window.PalmSystem){l("Window.PalmSystem Available");G=n("cordova/plugin/webos/service")}else{l("Window.PalmSystem is NOT Available");G={Request:function(H,I){l(H+" invoked. But I am a dummy because PalmSystem is not available");if(typeof I.onFailure==="function"){I.onFailure({returnValue:false,errorCode:"CORDOVA_ERR",errorText:"PalmSystem Not Available. Cordova is not installed?"})}}}}var f=null;var g={};function d(H){if(f===null){G.Request("luna://com.webos.service.tv.systemproperty",{method:"getSystemInfo",parameters:{keys:["sdkVersion","boardType"]},onSuccess:function(I){l("getPlatformInfo: onSuccess");l("version : "+I.sdkVersion);var J=I.sdkVersion.split(".");if(J.length>=1&&J[0]==="1"){g={webOSVer:1,chipset:I.boardType.split("_")[0]}}else{if(J.length>=1&&J[0]==="2"){g={webOSVer:2,chipset:I.boardType.split("_")[0]}}else{if(J.length>=1&&J[0]==="3"){g={webOSVer:3,chipset:I.boardType.split("_")[0]}}else{g={webOSVer:0,chipset:""}}}}f=g.webOSVer;H(g)},onFailure:function(I){l("getPlatformInfo: onFailure");g={webOSVer:0,chipset:""};H(g)}})}else{H(g)}}var A=function(H){var I=q[H];l(JSON.stringify(I,null,3));if(I&&I.getEvent===true){if(q[H].listenerObj){q[H].listenerObj.cancel();q[H].getEvent=false;q[H].listenerObj=null}}};var s=function(I,H){var J=q[I];if(J&&typeof J.createListener==="function"){J.listenerObj=J.createListener(H);J.getEvent=true}};function e(I){if(I.substring(0,"ext://".length)!=="ext://"){l("Bad prefix: "+I);return false}var H=I.substring("ext://".length);l("body is: "+H);var J=H.split(":");if(J.length===2){return J[0]+J[1]}else{if(J.length===1){return J[0]}else{l("Bad Syntax: "+I);return false}}}function y(H,J){for(var I in H){if(H[I]===J){return true}}return false}var v={FAILOVER_MODE:"failover",FAILOVER_BACKUPVIASTORAGE_MODE:"backupViaStorage",FAILOVER_PRIORITY:"failoverPriority",IR_OPERATION_MODE:"enableIrRemote",LOCALKEY_OPERATION_MODE:"enableLocalKey",OSD_PORTRAIT_MODE:"osdPortraitMode",TILE_MODE:"tileMode",TILE_ID:"tileId",TILE_ROW:"tileRow",TILE_COLUME:"tileCol",TILE_NATURALMODE:"naturalMode",DPM_MODE:"dpmMode",AUTOMATIC_STANDBY_MODE:"autoSB",ISM_METHOD:"ismmethod",SES_MODE:"smartEnergy",DO_15OFF_MODE:"15off",MONITOR_FAN:"monitorFan",MONITOR_SIGNAL:"monitorSignal",MONITOR_LAMP:"monitorLamp",MONITOR_SCREEN:"monitorScreen",MONITOR_AUDIO:"monitorAudio",AUDIO_SOURCE_HDMI1:"audioSourceHdmi1",AUDIO_SOURCE_HDMI2:"audioSourceHdmi2",AUDIO_SOURCE_DP:"audioSourceDp"};var w=function(H){l("Create Listener for monitorTemperature");var I=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/getTemperature",parameters:{subscribe:true},onSuccess:function(J){l("temperature : "+JSON.stringify(J,null,3));if(J.returnValue===true){var K={source:a.MonitoringSource.THERMOMETER,type:a.EventType.CURRENT_TEMPERATURE,data:{temperature:J.temperature}};if(typeof H==="function"){H(K)}}},onFailure:function(J){l("monitor_temperature : FAIL "+JSON.stringify(J,null,3))}});return I};var k=function(H){l("Create Listener for monitorFan");var I=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/getFanEvent",parameters:{subscribe:true},onSuccess:function(J){l("monitor_fan : "+JSON.stringify(J,null,3));if(J.returnValue===true){var K={source:a.MonitoringSource.FAN,type:a.EventType.FAN_STATUS,data:{status:J.fanFault}};if(typeof H==="function"){H(K)}}},onFailure:function(J){l("monitor_fan : FAIL "+JSON.stringify(J,null,3))}});return I};var m=function(H){l("Create Listener for monitorLamp");var I=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/getLampEvent",parameters:{subscribe:true},onSuccess:function(J){l("monitor_lamp : "+JSON.stringify(J,null,3));if(J.returnValue===true){var K={source:a.MonitoringSource.LAMP,type:a.EventType.LAMP_STATUS,data:{status:J.lampFault}};if(typeof H==="function"){H(K)}}},onFailure:function(J){l("monitor_lamp : FAIL "+JSON.stringify(J,null,3))}});return I};var u=function(H){l("Create Listener for monitorSignal");var I=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/getSignalEvent",parameters:{subscribe:true},onSuccess:function(J){l("monitor_signal : "+JSON.stringify(J,null,3));if(J.returnValue===true){var K={type:a.EventType.SIGNAL_STATUS,source:a.MonitoringSource.SIGNAL,data:{}};if(J.noSignal===true){K.data.status="no_signal"}else{K.data.status="signal_available"}if(typeof H==="function"){H(K)}}},onFailure:function(J){l("monitor_signal : FAIL "+JSON.stringify(J,null,3))}});return I};var B=function(H){l("Create Listener for monitorScreen");var I=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/getScreenEvent",parameters:{subscribe:true},onSuccess:function(J){l("monitor_screen : "+JSON.stringify(J,null,3));if(J.returnValue===true){var K={source:a.MonitoringSource.SCREEN,type:a.EventType.SCREEN_STATUS,data:{status:J.screen}};if(typeof H==="function"){H(K)}}},onFailure:function(J){l("monitor_screen FAIL : "+JSON.stringify(J,null,3))}});return I};function E(I,J,H){if(o.hasOwnProperty(I)===false){o[I]={};o[I].instanceOfSubscription=J;o[I].eventListener=H}else{o[I].instanceOfSubscription=J;o[I].eventListener=H}return true}function j(H){if(o.hasOwnProperty(H)===false){return false}else{if(o[H].instanceOfSubscription===null){return false}else{o[H].instanceOfSubscription.cancel();o[H].instanceOfSubscription=null;o[H].eventListener=null;return true}}}function p(H){if(o.hasOwnProperty(H)===false){return false}else{return o[H]}}var h=function(H,J,I){l("Create Listener for monitorRS232C");var K=G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/startMonitorRS232C",parameters:{subscribe:true},onSuccess:function(L){l("monitorRS232C success : "+JSON.stringify(L,null,3));if(L.returnValue===true){if(Object.keys(L).length===1){E("RS232C",K,I);H()}else{if(L.hasOwnProperty("data")===true){var M=p("RS232C");if(M===false){J({errorCode:"INTERNAL_ERROR",errorText:"There is not subscriptionEventInfo"})}else{if(typeof M.eventListener==="function"){M.eventListener({data:L.data})}}}else{J({errorCode:"INTERNAL_ERROR",errorText:"Unknown return value"})}}return}},onFailure:function(L){l("monitorRS232C fail : "+JSON.stringify(L,null,3));J({errorCode:"LUNA_ERROR",errorText:"Failed to request getRS232CEvent to system"})}})};var q={fan:{getEvent:false,listenerObj:null,createListener:k},screen:{getEvent:false,listenerObj:null,createListener:B},temperature:{getEvent:false,listenerObj:null,createListener:w},signal:{getEvent:false,listenerObj:null,createListener:u},lamp:{getEvent:false,listenerObj:null,createListener:m}};var o={RS232C:{instanceOfSubscription:null,eventListener:null}};var x={row:0,col:0};var a=function(){};a.UNDEFINED="___undefined___";a.OsdPortraitMode={ON:"90",OFF:"off"};a.ImgResolution={HD:"HD",FHD:"FHD",};a.AutomaticStandbyMode={OFF:"off",STANDBY_4HOURS:"4hours"};a.IsmMethod={NORMAL:"NORMAL",ORBITER:"ORBITER",INVERSION:"INVERSION",COLORWASH:"COLORWASH",WHITEWASH:"WHITEWASH",WASHING_BAR:"WASHINGBAR",USER_IMAGE:"USERIMAGE",USER_VIDEO:"USERVIDEO"};a.FailoverMode={OFF:"off",AUTO:"auto",MANUAL:"manual"};a.DigitalAudioInput={HDMI_DP:"hdmi",AUDIO_IN:"audioIn"};a.DpmMode={OFF:"off",POWER_OFF_5SECOND:"5sec",POWER_OFF_10SECOND:"10sec",POWER_OFF_15SECOND:"15sec",POWER_OFF_1MINUTE:"1min",POWER_OFF_3MINUTE:"3min",POWER_OFF_5MINUTE:"5min",POWER_OFF_10MINUTE:"10min"};a.KeyOperationMode={ALLOW_ALL:"normal",POWER_ONLY:"usePwrOnly",BLOCK_ALL:"blockAll"};a.EventType={CURRENT_TEMPERATURE:"CURRENT_TEMPERATURE",FAN_STATUS:"FAN_STATUS",LAMP_STATUS:"LAMP_STATUS",SCREEN_STATUS:"SCREEN_STATUS",SIGNAL_STATUS:"SIGNAL_STATUS"};a.MonitoringSource={FAN:"FAN",LAMP:"LAMP",SIGNAL:"SIGNAL",SCREEN:"SCREEN",THERMOMETER:"THERMOMETER"};function r(I,J,H){if(I.errorCode===undefined||I.errorCode===null){I.errorCode=J}if(I.errorText===undefined||I.errorText===null){I.errorText=H}}function z(K,J,L,H,I){var M={category:K,keys:J};G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:M,onSuccess:function(N){l("On Success");if(N.returnValue===true){var O=L(N.settings);if(O===false){if(typeof I==="function"){I({errorText:"Invalid DB value",errorCode:"DB_ERROR"})}}else{if(typeof H==="function"){l("successCallback");H(O)}else{l("successCallback not registered or is not a function: "+H)}}}else{l("Settings Failed: "+JSON.stringify(N,null,3));if(typeof I==="function"){I({errorText:"Invalid DB value : "+N.errorText,errorCode:"DB_ERROR"})}}},onFailure:function(N){l("On Failure");delete N.returnValue;if(N.settings){l("settings = "+JSON.stringify(N.settings,null,3));var P=L(N.settings);l("errorKey = "+JSON.stringify(N.errorKey,null,3));for(var O=0;O<N.errorKey.length;++O){P[N.errorKey[O]]=a.UNDEFINED}l("cbObj = "+JSON.stringify(P,null,3));if(typeof H==="function"){l("successCallback");H(P)}}else{if(typeof I==="function"){I({errorText:((typeof N.errorText==="undefined")?"DB Failure":N.errorText),errorCode:"DB_ERROR"})}}}});l("Requested Service: luna://com.webos.service.commercial.signage.storageservice/settings/");l("params : "+JSON.stringify(M))}function i(M,L,H,I){var N={category:M,settings:L};l("settings : "+JSON.stringify(L,null,3));var J=false;for(var K in L){if(K){l("has key : "+K);J=true;break}}if(J===false){l("Nothing to set");H();return}G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:N,onSuccess:function(){l("On Success");if(typeof H==="function"){l("SUCCEES CALLBACK");H()}},onFailure:function(O){l("On Failure");delete O.returnValue;if(typeof I==="function"){l("ERROR CALLBACK");I(O)}}});l("Requested Service: luna://com.webos.service.commercial.signage.storageservice/settings/");l("params : "+JSON.stringify(N))}a.prototype.setPortraitMode=function(H,J,M){var N={};var L;function K(O){if(O.portraitMode){for(var P in a.OsdPortraitMode){if(O.portraitMode===a.OsdPortraitMode[P]){return true}}L="Signage.setPortraitMode: Unrecognized OsdPortraintMode : "+O.portraitMode;return false}else{L="Signage.setPortraitMode: portraitMode does not exist.";return false}}if(K(M)){var I=M.portraitMode;N[v.OSD_PORTRAIT_MODE]=I;G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"setOsdPortraitMode",parameters:{osdPortraitMode:M.portraitMode},onSuccess:function(O){H()},onFailure:function(O){if(O.errorText.indexOf("Unknown method")!==-1){i("commercial",N,H,J)}else{J({errorCode:O.errorCode,errorText:O.errorText})}}});l("setPortraitMode Done")}else{J({errorCode:"BAD_PARAMETER",errorText:L})}};a.prototype.setFailoverMode=function(I,K,Q){var J={};var L;function H(R){l("options:"+JSON.stringify(R,null,3));var U=R.failoverMode;if(U){if(U.mode){if(U.mode===a.FailoverMode.MANUAL){if(U.priority){if(U.priority.length===0||typeof U.priority.length==="undefined"){return false}else{return true}}else{L="priority should be present when mode is MANUAL.";return false}}else{if(U.priority){L="This priority is available only if mode is : Signage.FailoverMode.MANUAL";return false}else{var T=false;l("Mode is: "+U.mode);for(var S in a.FailoverMode){if(U.mode===a.FailoverMode[S]){l("Matched with: "+a.FailoverMode[S]);T=true}}if(!T){l("Unrecognized failoverMode : "+U.mode);L="Unrecognized failoverMode : "+U.mode;return false}else{return true}}}}else{if(!U.priority){return true}else{l("Unrecognized failoverMode : "+U.mode);L="Unrecognized failoverMode : "+U.mode;return false}}}else{L="Fail over mode not set : ";return false}}if(H(Q)){var N=Q.failoverMode;if(!N.mode&&!N.priority){I()}else{if(N.mode===a.FailoverMode.MANUAL){G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"setManualFailoverPrioirty",parameters:{priority:N.priority},onSuccess:function(R){l("onSuccess");if(R.returnValue){I()}else{l("FAILED: "+R.errorText);K({errorCode:R.errorCode,errorText:R.errorText})}},onFailure:function(R){l("onFailure");l("FAILED: "+R.errorText);K({errorCode:R.errorCode,errorText:R.errorText})}})}else{if(N.mode){var O=N.mode;l("mode: "+N.mode);J[v.FAILOVER_MODE]=O;J[v.FAILOVER_BACKUPVIASTORAGE_MODE]=O;l("Set: "+JSON.stringify(J,null,3));i("commercial",J,I,K);l("setFailoverMode Done")}else{var M={errorCode:"BAD_PARAMETER",errorText:"Mode should be set."};K(M)}}}}else{var P={errorCode:"BAD_PARAMETER",errorText:L};K(P)}};a.prototype.getFailoverMode=function(H,I){try{G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"getFailoverPrioirty",parameters:{},onSuccess:function(K){l("onSuccess");if(K.returnValue){H({priority:K.priority,mode:K.mode})}else{l("FAILED: "+K.errorText);I({errorCode:K.errorCode,errorText:K.errorText})}},onFailure:function(K){l("onFailure");l("FAILED: "+K.errorText);I({errorCode:K.errorCode,errorText:K.errorText})}})}catch(J){l("EXCEPTION"+J);I({errorCode:"SGFO",errorText:"Signage.getFailoverMode occur error during operaation."})}};function C(J,H){var I=typeof J;l("mytype: "+I);l("type: "+H);if(I==="undefined"){return true}else{if(I===H){return J}else{return false}}}a.prototype.setTileInfo=function(H,I,L){var K;var J=function(W,S,X){var O=typeof W.tileInfo.enabled;l("enabledType:"+O);if(O!=="undefined"&&O!=="boolean"){K="enabled should be a boolean";return false}var U=function(Z){var Y=new RegExp(/^[0-9]+$/g).exec(Z);if(Y){return false}else{return true}};if(W.tileInfo){var V=W.tileInfo.row;if(typeof V!=="undefined"){if(U(V)){K="row should be a natural number :"+V;return false}else{if(V>S||V<1){K="row should be 0<n<"+(S+1)+" but :"+V;return false}}}else{return true}var Q=W.tileInfo.column;if(typeof Q!=="undefined"){if(U(Q)){K="column should be a natural number :"+Q;return false}else{if(Q>X||Q<1){K="column should be 0<n<"+(X+1)+" but :"+Q;return false}}}else{return true}var P=W.tileInfo.tileId;if(typeof P!=="undefined"){if(U(P)){K="id should be a natural number :"+P;return false}else{if(P<1){K="id should be bigger than 0 but :"+P;return false}else{var R=x.row;if(V){R=V}var T=x.column;if(Q){T=Q}l("curRow : "+R);l("curCol : "+T);l("id : "+P);if(P>T*R){K="ID should be less than curRow*curCol";return false}}}}else{return true}}else{K="Tile info is mandatory";return false}return true};var M=15;var N=15;G.Request("luna://com.webos.service.config",{method:"getConfigs",parameters:{configNames:["commercial.video.tileRowMax","commercial.video.tileColMax"]},onSuccess:function(P){l("onSuccess");if(P.returnValue){M=P.configs["commercial.video.tileRowMax"];N=P.configs["commercial.video.tileColMax"];if(J(L,M,N)===true){var O=L.tileInfo;var R={};if(typeof O.enabled==="boolean"){if(O.enabled){R[v.TILE_MODE]="on"}else{R[v.TILE_MODE]="off"}}if(O.row){R[v.TILE_ROW]=O.row.toString()}if(O.column){R[v.TILE_COLUME]=O.column.toString()}if(O.tileId){R[v.TILE_ID]=O.tileId.toString()}if(typeof O.naturalMode==="boolean"){if(O.naturalMode){R[v.TILE_NATURALMODE]="on"}else{R[v.TILE_NATURALMODE]="off"}}l("Set: "+JSON.stringify(R,null,3));var Q=function(){l("Do callback");if(O.row){x.row=O.row}if(O.column){x.column=O.column}if(typeof H==="function"){l("Invoke successCallback");H();l("Invoked successCallback")}};i("commercial",R,Q,I);l("setTileInfo Done")}else{var S={errorCode:"BAD_PARAM",errorText:K};I(S)}}else{l("FAILED: "+P.errorText);I({errorCode:P.errorCode,errorText:P.errorText})}},onFailure:function(O){l("onFailure");l("FAILED: "+O.errorText);I({errorCode:O.errorCode,errorText:O.errorText})}})};function t(H){if(H==="on"){return true}else{return false}}a.prototype.getTileInfo=function(H,I){var K=function(L){var M={};l("settings Value: "+JSON.stringify(L,null,3));M.enabled=t(L[v.TILE_MODE]);M.row=parseInt(L[v.TILE_ROW],10);M.column=parseInt(L[v.TILE_COLUME],10);M.tileId=parseInt(L[v.TILE_ID],10);M.naturalMode=t(L[v.TILE_NATURALMODE]);l("Return Value: "+JSON.stringify(M,null,3));return M};var J=[v.TILE_MODE,v.TILE_ROW,v.TILE_COLUME,v.TILE_ID,v.TILE_NATURALMODE];z("commercial",J,K,H,I)};a.prototype.getSignageInfo=function(H,I){G.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"getSignageInformation",parameters:{},onSuccess:function(J){if(typeof H==="function"){l(J.signageInfo);H(J.signageInfo)}},onFailure:function(J){delete J.returnValue;if(typeof I==="function"){I(J)}}})};a.prototype.enableCheckScreen=function(H,I,L){var K;var J=function(O){if(typeof O.checkScreen!=="undefined"||O.checkScreen!==null){return true}else{K="need options.checkScreen.";return false}};if(J(L)){var M={checkScreen:(L.checkScreen===true?"on":"off")};l("Set: "+JSON.stringify(M,null,3));i("commercial",M,H,I);l("enableCheckScreen Done")}else{var N={errorCode:"BAD_PARAMETER",errorText:K};I(N)}};a.prototype.setIsmMethod=function(H,I,L){var M={};var K;function J(N,Q,P){if(N.ismMethod){if((Q===false&&N.ismMethod===a.IsmMethod.USER_IMAGE)||(P===false&&(N.ismMethod===a.IsmMethod.USER_IMAGE||N.ismMethod===a.IsmMethod.USER_VIDEO))){K="no supported ismMethod : "+N.ismMethod;return false}for(var O in a.IsmMethod){if(N.ismMethod===a.IsmMethod[O]){return true}}K="Unrecognized ismMethod : "+N.ismMethod;return false}else{K="ismMethod does not exist.";return false}}G.Request("luna://com.webos.service.config/",{method:"getConfigs",parameters:{configNames:["commercial.applist.disablePhoto","commercial.unsupportedFeatures"]},onSuccess:function(V){if(typeof H==="function"&&V.returnValue===true){var T=true;var S=true;var N=V.configs["commercial.applist.disablePhoto"];for(var R=0;R<N.length;R++){if(N[R].toLowerCase()==="com.webos.app.ism"){T=false;break}}var U=V.configs["commercial.unsupportedFeatures"];for(var Q=0;Q<U.length;Q++){if(U[Q].toLowerCase()==="usb"){T=false;S=false;break}}if(J(L,T,S)){if(L.ismMethod){var O=L.ismMethod;l("ismMethod : "+O);M[v.ISM_METHOD]=O}l("Set: "+JSON.stringify(M,null,3));i("commercial",M,H,I);l("setIsmMethod Done")}else{var P={errorCode:"BAD_PARAMETER",errorText:K};I(P)}}},onFailure:function(N){delete N.returnValue;if(typeof I==="function"){I(N)}}})};a.prototype.setDigitalAudioInputMode=function(H,I,L){var K;function J(N){if(N.digitalAudioInputList){for(var O in N.digitalAudioInputList){if(O){var R=N.digitalAudioInputList[O];var Q=false;for(var P in a.DigitalAudioInput){if(R===a.DigitalAudioInput[P]){Q=true}}if(!Q){K="Invalid Audio Input : "+R;return false}}}return true}else{K="digitalAudioInputList does not exist.";return false}}if(J(L)){G.Request("luna://com.webos.service.commercial.signage.storageservice/",{method:"setDigitalAudioInputList",parameters:{digitalAudioInputList:L.digitalAudioInputList},onSuccess:function(){if(typeof H==="function"){H()}},onFailure:function(N){delete N.returnValue;if(typeof I==="function"){I(N)}}})}else{var M={errorCode:"BAD_PARAMETER",errorText:K};I(M)}};var D=false;a.prototype.registerSystemMonitor=function(I,M,Q){var P=["fan","signal","lamp","screen","temperature"];var N;var O="BAD_PARAMETER";l("Listeners are: "+JSON.stringify(q,null,3));function H(R){if(D===true){N="Not ready to register monitor now.";O="SYSTEM_ERROR";return false}l("options are: "+JSON.stringify(R,null,3));if(typeof R.eventHandler!=="function"){N="No event handler was given or event hadnler is not a function";return false}if(R.monitorConfiguration){for(var T in R.monitorConfiguration){if(T){var V=false;for(var S=0;S<P.length;++S){if(T===P[S]){l("Found key: "+P[S]);V=true}}if(!V){N="Invalid Monitoring source : "+T;return false}var U=R.monitorConfiguration[T];l("value: "+U);if(typeof U!=="boolean"){N="Invalid value : "+U;return false}}}return true}else{N="monitorConfiguration does not exist.";return false}}if(H(Q)){var K=function(){l("Canceled all previous message subscriptions");var S=Q.eventHandler;for(var R in Q.monitorConfiguration){if(R){var T=Q.monitorConfiguration[R];if(T===true){l("Add listener for : "+R);s(R,S)}}}l("Monitoring Setup : "+JSON.stringify(q,null,3));l("Start Polling : ");G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/startMonitor",parameters:{},onSuccess:function(U){l("On Success");if(U.returnValue===true){if(typeof I==="function"){I()}}else{if(typeof M==="function"){M(U)}}D=false},onFailure:function(U){l("On Failure");delete U.returnValue;if(typeof M==="function"){M(U)}D=false}})};var J=function(R){M(R)};l("Cancel all previous message subscriptions");D=true;b(K,J)}else{var L={errorCode:O,errorText:N};M(L)}};a.prototype.unregisterSystemMonitor=function(H,I){b(H,I);l("After unregister, _gSystemMonitoringSetup are: "+JSON.stringify(q,null,3))};function b(H,I){l("cancelAllSubscription> setup are: "+JSON.stringify(q,null,3));for(var J in q){if(J){A(J)}}l("Stop Polling");G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/stopMonitor",parameters:{},onSuccess:function(K){l("On Success");if(K.returnValue===true){if(typeof H==="function"){H()}}else{if(typeof I==="function"){I(K)}}},onFailure:function(K){l("On Failure");delete K.returnValue;if(typeof I==="function"){I(K)}}})}a.prototype.getSystemMonitoringInfo=function(H,I){if(q){H({fan:q.fan.getEvent,signal:q.signal.getEvent,lamp:q.lamp.getEvent,screen:q.screen.getEvent,temperature:q.temperature.getEvent})}else{var J={errorCode:"ERROR",errorText:"Failed to get system monitoring setup"};I(J)}};a.prototype.setPowerSaveMode=function(H,I,L){var K;function J(N){if(N.powerSaveMode){for(var O in N.powerSaveMode){if(O){var P=N.powerSaveMode[O];if(O==="ses"||O==="do15MinOff"){if(typeof P!=="boolean"){K="Invalid value : "+P;return false}}else{if(O==="automaticStandby"){if(!y(a.AutomaticStandbyMode,P)){K="Invalid automaticStandby value : "+P;return false}}else{if(O==="dpmMode"){if(!y(a.DpmMode,P)){K="Invalid dpmMode value : "+P;return false}}else{K="Unknown value : "+O;return false}}}}}return true}else{K="powerSaveMode does not exist.";return false}}if(J(L)){l(L.powerSaveMode);G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"setPowerSaveMode",parameters:{mode:L.powerSaveMode},onSuccess:function(N){l("onSuccess");if(N.returnValue){H(N.mode)}else{l("FAILED: "+N.errorText);I({errorCode:N.errorCode,errorText:N.errorText})}},onFailure:function(N){l("onFailure");l("FAILED: "+N.errorText);I({errorCode:N.errorCode,errorText:N.errorText})}})}else{var M={errorCode:"BAD_PARAMETER",errorText:K};I(M)}};a.prototype.getPowerSaveMode=function(H,I){G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"getPowerSaveMode",parameters:{},onSuccess:function(J){l("onSuccess");if(J.returnValue){H(J.mode)}else{l("FAILED: "+J.errorText);I({errorCode:J.errorCode,errorText:J.errorText})}},onFailure:function(J){l("onFailure");l("FAILED: "+J.errorText);I({errorCode:J.errorCode,errorText:J.errorText})}})};a.prototype.setUsagePermission=function(I,L,P){var K={};var M;function H(Q){if(Q.policy){for(var R in Q.policy){if(R){var S=Q.policy[R];if(R==="remoteKeyOperationMode"||R==="localKeyOperationMode"){if(!y(a.KeyOperationMode,S)){M="Invalid KeyOperationMode value : "+S;return false}}else{M="Unknown value : "+R;return false}}}return true}else{M="policy does not exist.";return false}}if(H(P)){if(P.policy.localKeyOperationMode){var O=P.policy.localKeyOperationMode;l("portraitMode: "+O);K[v.LOCALKEY_OPERATION_MODE]=O}if(P.policy.remoteKeyOperationMode){var N=P.policy.remoteKeyOperationMode;l("portraitMode: "+N);K[v.IR_OPERATION_MODE]=N}l("Set: "+JSON.stringify(K,null,3));i("hotelMode",K,I,L);l("setPolicy Done")}else{var J={errorCode:"BAD_PARAMETER",errorText:M};L(J)}};a.prototype.getUsagePermission=function(H,I){var K=function(L){l("settings: "+JSON.stringify(L,null,3));var M={};M.remoteKeyOperationMode=L[v.IR_OPERATION_MODE];M.localKeyOperationMode=L[v.LOCALKEY_OPERATION_MODE];l("cbObj: "+JSON.stringify(M,null,3));return M};var J=[v.IR_OPERATION_MODE,v.LOCALKEY_OPERATION_MODE];z("hotelMode",J,K,H,I)};a.prototype.getUsageData=function(H,I){var J=false;var K=false;var M={uptime:false,totalUsed:false};function L(){l("accessResult");if(J===true&&K===true){l("CB Object: "+JSON.stringify(M,null,3));if(M.uptime===false||M.totalUsed===false){I({errorCode:"CORDOVA_FAIL",errorText:"Failed to get usage data"});return}else{l("SUCCESS");H(M);return}}else{l("Not Yet")}}G.Request("luna://com.webos.service.tv.signage/",{method:"getUTT",parameters:{},onSuccess:function(N){l("On getUTT Success");J=true;if(N.returnValue===true){l("UTT is :"+N.UTT);M.totalUsed=N.UTT}L()},onFailure:function(N){l("On getUTT Failure :"+JSON.stringify(N,null,3));J=true;L()}});G.Request("luna://com.webos.service.tv.signage/",{method:"dsmp/getElapsedTime",parameters:{},onSuccess:function(N){l("On getElapsedTime Success");K=true;l("result: "+JSON.stringify(N,null,3));if(N.returnValue===true){var O=N.elapsedTime;M.uptime=O;l("Elapsed!!: "+O)}L()},onFailure:function(N){l("On getSystemSettings Failure "+JSON.stringify(N,null,3));K=true;L()}})};a.prototype.captureScreen=function(H,I,J){var K={save:(J===undefined||J===null||J.save===undefined?false:J.save)};if(J!==undefined&&J!==null&&J.thumbnail!==undefined&&J.thumbnail===true){K.width=128;K.height=72}else{if(J.imgResolution===a.ImgResolution.FHD){K.width=1920;K.height=1080}else{K.width=1280;K.height=720}}G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"captureScreen",parameters:K,onSuccess:function(L){l("On Success");if(L.returnValue===true){H({data:L.data,size:L.size,encoding:L.encoding})}else{I({errorCode:L.errorCode,errorText:L.errorText})}},onFailure:function(L){l("On Failure");I({errorCode:L.errorCode,errorText:L.errorText})}})};a.prototype.setIntelligentAuto=function(I,J,K){l("setIntelligentAuto: "+K.enabled);if(K.enabled===null&&typeof J==="function"){var H={};r(H,"SSIA","Signage.setIntelligentAuto returns failure. command was not defined.");J(H);l("Signage.setIntelligentAuto invalid ");return}G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{intelligentAuto:(K.enabled===true)?"on":"off"}},onSuccess:function(L){l("setIntelligentAuto: On Success");if(L.returnValue===true){if(typeof I==="function"){I()}}},onFailure:function(L){l("setIntelligentAuto: On Failure");delete L.returnValue;if(typeof J==="function"){r(L,"SSIA","Signage.setIntelligentAuto returns failure.");J(L)}}});l("Signage.setIntelligentAuto Done")};a.prototype.getIntelligentAuto=function(H,I){l("getIntelligentAuto: ");G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["intelligentAuto"]},onSuccess:function(J){l("getIntelligentAuto: On Success");if(J.returnValue===true){var K={};K.enabled=J.settings.intelligentAuto;if(typeof H==="function"){H(K)}}},onFailure:function(J){l("getIntelligentAuto: On Failure");delete J.returnValue;if(typeof I==="function"){r(J,"SGIA","Signage.getIntelligentAuto returns failure.");I(J)}}});l("Signage.getIntelligentAuto Done")};a.prototype.setStudioMode=function(I,J,L){l("setStudioMode: "+L.enabled);var K={};r(K,"ERROR","This function is not supported on webOS 3.2");J(K);return;if(L.enabled===null&&typeof J==="function"){var H={};r(H,"SSSM","Signage.setStudioMode returns failure. command was not defined.");J(H);l("Signage.setStudioMode invalid ");return}G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{studioMode:(L.enabled===true)?"on":"off"}},onSuccess:function(M){l("setStudioMode: On Success");if(M.returnValue===true){if(typeof I==="function"){I()}}},onFailure:function(M){l("setStudioMode: On Failure");delete M.returnValue;if(typeof J==="function"){r(M,"SSSM","Signage.setStudioMode returns failure.");J(M)}}});l("Signage.setStudioMode Done")};a.prototype.getStudioMode=function(H,I){l("getStudioMode: ");var J={};r(J,"ERROR","This function is not supported on webOS 3.2");I(J);return;G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["studioMode"]},onSuccess:function(K){l("getStudioMode: On Success");if(K.returnValue===true){var L={};L.enabled=(K.settings.studioMode==="on")?true:false;if(typeof H==="function"){H(L)}}},onFailure:function(K){l("getStudioMode: On Failure");delete K.returnValue;if(typeof I==="function"){r(K,"SGSM","Signage.getStudioMode returns failure.");I(K)}}});l("Signage.getStudioMode Done")};a.prototype.setLanDaisyChain=function(H,I,J){G.Request("luna://com.webos.service.config/",{method:"getConfigs",parameters:{configNames:["commercial.hw.lanDaisyChain"]},onSuccess:function(K){if(K.returnValue===true){if(K.configs["commercial.hw.lanDaisyChain"]===false){r(K,"SSLD","Signage.setLanDaisyChain returns failure. unsupported feature. ");I(K);l("Signage.setLanDaisyChain invalid ");return}else{if(J.enabled===null&&typeof I==="function"){var K={};r(K,"SSLD","Signage.setLanDaisyChain returns failure. command was not defined.");I(K);l("Signage.setLanDaisyChain invalid ");return}l("setLanDaisyChain: "+J.enabled);G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"set",parameters:{category:"commercial",settings:{lanDaisyChain:(J.enabled===true)?"on":"off"}},onSuccess:function(L){l("setLanDaisyChain: On Success");if(L.returnValue===true){if(typeof H==="function"){H()}}},onFailure:function(L){l("setLanDaisyChain: On Failure");delete L.returnValue;if(typeof I==="function"){r(L,"SSIA","Signage.setLanDaisyChain returns failure.");I(L)}}});l("Signage.setLanDaisyChain Done")}}},onFailure:function(K){delete K.returnValue;if(typeof I==="function"){I(K)}}})};a.prototype.getLanDaisyChain=function(H,I){G.Request("luna://com.webos.service.config/",{method:"getConfigs",parameters:{configNames:["commercial.hw.lanDaisyChain"]},onSuccess:function(J){if(J.returnValue===true){if(J.configs["commercial.hw.lanDaisyChain"]===false){r(J,"SSLD","Signage.getLanDaisyChain returns failure. unsupported feature. ");I(J);l("Signage.getLanDaisyChain invalid ");return}else{l("getLanDaisyChain: ");G.Request("luna://com.webos.service.commercial.signage.storageservice/settings/",{method:"get",parameters:{category:"commercial",keys:["lanDaisyChain"]},onSuccess:function(K){l("getLanDaisyChain: On Success");if(K.returnValue===true){var L={};L.enabled=(K.settings.lanDaisyChain==="on")?true:false;if(typeof H==="function"){H(L)}}},onFailure:function(K){l("getLanDaisyChain: On Failure");delete K.returnValue;if(typeof I==="function"){r(K,"SSLD","Signage.getLanDaisyChain returns failure.");I(K)}}});l("Signage.getLanDaisyChain Done")}}},onFailure:function(J){delete J.returnValue;if(typeof I==="function"){I(J)}}})};a.prototype.registerRS232CEventListener=function(H,I,J){if(typeof J.eventListener!=="function"){var K={errorCode:"BAD_PARAMETER",errorText:"No event listener was given or event listener is not a function"};I(K);return false}h(H,I,J.eventListener)};a.prototype.unregisterRS232CEventListener=function(H,I){if(j("RS232C")===false){if(typeof I==="function"){I({errorCode:"BAD_PARAMETER",errorText:"Failed to remove event listener"})}return}else{G.Request("luna://com.webos.service.commercial.signage.storageservice",{method:"systemMonitor/stopMonitorRS232C",parameters:{},onSuccess:function(J){l("On Success");if(J.returnValue===true){if(typeof H==="function"){H()}}else{if(typeof I==="function"){I(J)}}},onFailure:function(J){l("On Failure");delete J.returnValue;if(typeof I==="function"){I(J)}}})}};a.prototype.addEventListener=s;a.prototype.removeEventListener=A;c.exports=a});Signage=cordova.require("cordova/plugin/signage");
|