@signageos/front-applet 5.3.0 → 5.3.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 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.3.1] - 2022-05-23
8
+ ### Fixed
9
+ - Documentation for serial device name on supported platforms
10
+
7
11
  ## [5.3.0] - 2022-04-13
8
12
  ### Added
9
13
  - Documentation for device info
@@ -65,7 +65,15 @@ const serialPort = await sos.hardware.openSerialPort({
65
65
  ```
66
66
 
67
67
  ::: alert alert--info
68
- Right now, it's necessary to always use `/dev/ttyUSB0` for the device. We are currently working on a more robust solution.
68
+ Device address is different per platform (at least for now). Kindly find the respective device address:
69
+
70
+ | Device type | Value of `device` |
71
+ | ----------- | ----------------- |
72
+ | RaspberryPi / Linux | `/dev/ttyUSB0` |
73
+ | Windows | `COM3` (typically, but check your Win machine if this does not work) |
74
+ | Samsung Kiosk | `PORT1`, `PORT2`, `PORT3` |
75
+ | Android | `/dev/ttyusb0` |
76
+ | BrightSign | (soon) |
69
77
  :::
70
78
 
71
79
  ## Serial port methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/front-applet",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "main": "dist/bundle.js",
5
5
  "types": "es6/bundle.d.ts",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "@babel/core": "7.6.0",
31
31
  "@babel/polyfill": "7.6.0",
32
32
  "@babel/preset-env": "7.6.0",
33
- "@signageos/lib": "9.1.0",
33
+ "@signageos/lib": "9.2.0",
34
34
  "@types/faker": "4.1.5",
35
35
  "@types/lodash": "4.14.137",
36
36
  "@types/mocha": "5.2.7",