@signageos/front-applet 5.1.0 → 5.1.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/CHANGELOG.md +4 -0
- package/docs/js-api/js-api-introduction.md +29 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [5.1.1] - 2022-02-08
|
|
8
|
+
### Fixed
|
|
9
|
+
- Fixed applet basics links
|
|
10
|
+
|
|
7
11
|
## [5.1.0] - 2022-01-27
|
|
8
12
|
### Added
|
|
9
13
|
- Update firmware guide with new methods
|
|
@@ -26,22 +26,22 @@ Universal APIs for File system, access to accelerated video playback, sensor man
|
|
|
26
26
|
::: table-responsive
|
|
27
27
|
| Domain | Description |
|
|
28
28
|
| ------ | ----------- |
|
|
29
|
-
| **[Basic information](/api/js/content/js-applet-basics)** | General information required to use the signageOS JS API |
|
|
30
|
-
| [Applet Resources](/api/js/content/js-applet-resources) | Pre-load necessary files required by your HTML5 player/Applet |
|
|
31
|
-
| [Display](/api/js/content/js-display) | Query features supported by the display |
|
|
32
|
-
| [Browser](/api/js/content/js-browser) | Opening managed web-browser on Android devices inc. whitelisting, blacklisting and other features |
|
|
33
|
-
| [Command](/api/js/content/js-command) | Sending business or technical logs through signageOS in secured offline-ready way |
|
|
34
|
-
| [File system](/api/js/content/js-file-system) | Full-featured file system API including ZIP and folder management |
|
|
35
|
-
| [Fonts](/api/js/content/js-loading-fonts) | Make it easy to load additional fonts into SoC devices |
|
|
36
|
-
| [Hardware](/api/js/content/js-hardware) | Hardware-specific APIs like LED lights on Philips 10BDL |
|
|
37
|
-
| [Inputs](/api/js/content/js-input) | Controller inputs like IR remote unified under one API |
|
|
38
|
-
| [Monitors](/api/js/content/js-monitors) | Information about monitors |
|
|
39
|
-
| [Sensors](/api/js/content/js-sensors) | Using sensors and IoT devices in your application |
|
|
40
|
-
| [Serial](/api/js/content/js-hardware-serial) | Control external devices via serial |
|
|
41
|
-
| [Synchronized playback](/api/js/content/js-sync-playback) | API for creating synced playback and videowalls |
|
|
42
|
-
| [Video Inputs aka PiP](/api/js/content/js-video-inputs-internal-ports) | Show HDMI/DP/VGA as a part of your content via PiP feature |
|
|
43
|
-
| [Video Playback](/api/js/content/js-video) | Playing accelerated gapless videos via native video player |
|
|
44
|
-
| [Video Streams](/api/js/content/js-video-stream) | Playing video streams (RTSP, HLS, UDP) via native video player |
|
|
29
|
+
| **[Basic information](/api/js/content/latest/js-applet-basics)** | General information required to use the signageOS JS API |
|
|
30
|
+
| [Applet Resources](/api/js/content/latest/js-applet-resources) | Pre-load necessary files required by your HTML5 player/Applet |
|
|
31
|
+
| [Display](/api/js/content/latest/js-display) | Query features supported by the display |
|
|
32
|
+
| [Browser](/api/js/content/latest/js-browser) | Opening managed web-browser on Android devices inc. whitelisting, blacklisting and other features |
|
|
33
|
+
| [Command](/api/js/content/latest/js-command) | Sending business or technical logs through signageOS in secured offline-ready way |
|
|
34
|
+
| [File system](/api/js/content/latest/js-file-system) | Full-featured file system API including ZIP and folder management |
|
|
35
|
+
| [Fonts](/api/js/content/latest/js-loading-fonts) | Make it easy to load additional fonts into SoC devices |
|
|
36
|
+
| [Hardware](/api/js/content/latest/js-hardware) | Hardware-specific APIs like LED lights on Philips 10BDL |
|
|
37
|
+
| [Inputs](/api/js/content/latest/js-input) | Controller inputs like IR remote unified under one API |
|
|
38
|
+
| [Monitors](/api/js/content/latest/js-monitors) | Information about monitors |
|
|
39
|
+
| [Sensors](/api/js/content/latest/js-sensors) | Using sensors and IoT devices in your application |
|
|
40
|
+
| [Serial](/api/js/content/latest/js-hardware-serial) | Control external devices via serial |
|
|
41
|
+
| [Synchronized playback](/api/js/content/latest/js-sync-playback) | API for creating synced playback and videowalls |
|
|
42
|
+
| [Video Inputs aka PiP](/api/js/content/latest/js-video-inputs-internal-ports) | Show HDMI/DP/VGA as a part of your content via PiP feature |
|
|
43
|
+
| [Video Playback](/api/js/content/latest/js-video) | Playing accelerated gapless videos via native video player |
|
|
44
|
+
| [Video Streams](/api/js/content/latest/js-video-stream) | Playing video streams (RTSP, HLS, UDP) via native video player |
|
|
45
45
|
:::
|
|
46
46
|
|
|
47
47
|
## Device control JS APIs
|
|
@@ -55,19 +55,19 @@ For **Device Management** we strongly recommend using REST APIs. [See the REST A
|
|
|
55
55
|
::: table-responsive
|
|
56
56
|
| Domain | Description |
|
|
57
57
|
| ------ | ----------- |
|
|
58
|
-
| [Management](/api/js/management/1-js-management) | Information about the device and power action like Reboot, Restart,.. |
|
|
59
|
-
| [Firmware](/api/js/management/2-js-management-firmware) | Get FW version and upgrade FW from remote location |
|
|
60
|
-
| [Remote Control](/api/js/management/3-js-management-remote-control) | Manage IR Remote control functionality |
|
|
61
|
-
| [Display](/api/js/management/4-js-management-power) | Manage display power - timers, restart and reboot |
|
|
62
|
-
| [Screen](/api/js/management/5-js-management-screen) | Manage brightness, orientation and resolution, display on/off |
|
|
63
|
-
| [Time](/api/js/management/6-js-management-time) | Set time, timezone and get current settings |
|
|
64
|
-
| [Volume](/api/js/management/7-js-management-volume) | Control system volume level |
|
|
65
|
-
| [Package](/api/js/management/8-js-management-package) | Install and manage packages |
|
|
66
|
-
| [Debug](/api/js/management/9-js-management-debug) | Enable/disable debug mode |
|
|
67
|
-
| [Application](/api/js/management/10-js-management-application) | Get application version and upgrade application from remote location |
|
|
68
|
-
| [Network](/api/js/management/11-js-management-network) | Manage network settings |
|
|
69
|
-
| [Security](/api/js/management/12-js-management-security) | Control system security (PIN code) |
|
|
70
|
-
| [Wi-Fi](/api/js/management/13-js-management-wifi) | Manage Wi-Fi |
|
|
58
|
+
| [Management](/api/js/management/latest/1-js-management) | Information about the device and power action like Reboot, Restart,.. |
|
|
59
|
+
| [Firmware](/api/js/management/latest/2-js-management-firmware) | Get FW version and upgrade FW from remote location |
|
|
60
|
+
| [Remote Control](/api/js/management/latest/3-js-management-remote-control) | Manage IR Remote control functionality |
|
|
61
|
+
| [Display](/api/js/management/latest/4-js-management-power) | Manage display power - timers, restart and reboot |
|
|
62
|
+
| [Screen](/api/js/management/latest/5-js-management-screen) | Manage brightness, orientation and resolution, display on/off |
|
|
63
|
+
| [Time](/api/js/management/latest/6-js-management-time) | Set time, timezone and get current settings |
|
|
64
|
+
| [Volume](/api/js/management/latest/7-js-management-volume) | Control system volume level |
|
|
65
|
+
| [Package](/api/js/management/latest/8-js-management-package) | Install and manage packages |
|
|
66
|
+
| [Debug](/api/js/management/latest/9-js-management-debug) | Enable/disable debug mode |
|
|
67
|
+
| [Application](/api/js/management/latest/10-js-management-application) | Get application version and upgrade application from remote location |
|
|
68
|
+
| [Network](/api/js/management/latest/11-js-management-network) | Manage network settings |
|
|
69
|
+
| [Security](/api/js/management/latest/12-js-management-security) | Control system security (PIN code) |
|
|
70
|
+
| [Wi-Fi](/api/js/management/latest/13-js-management-wifi) | Manage Wi-Fi |
|
|
71
71
|
:::
|
|
72
72
|
|
|
73
73
|
# Node.JS SDK
|