@signageos/front-applet 6.5.4 → 6.5.5
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/content/js-command.md +4 -0
- 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
|
+
## [6.5.5] - 2024-05-24
|
|
8
|
+
### Fixed
|
|
9
|
+
- Documentation patch: Addind Applet Dispatch Throttling information
|
|
10
|
+
|
|
7
11
|
## [6.5.4] - 2024-05-15
|
|
8
12
|
### Fixed
|
|
9
13
|
- Better description of the serial port options on BrightSign
|
|
@@ -28,6 +28,10 @@ All commands will be available in [Applet Command REST API](https://developers.s
|
|
|
28
28
|
|
|
29
29
|
Dispatch() is used for sending your custom logs or data from device to signageOS.
|
|
30
30
|
|
|
31
|
+
:::warning[Throttling in place]
|
|
32
|
+
The maximum allowed frequency for dispatching commands is 30 commands per 30 seconds. Any commands sent that exceed this frequency will be discarded.
|
|
33
|
+
:::
|
|
34
|
+
|
|
31
35
|
### Parameters
|
|
32
36
|
|
|
33
37
|
| Parameter | Type | Required | Description |
|