Skip to content

Commit ff5b811

Browse files
update milesight sensor am319-am319l codec (#971)
* update milesight sensor am319-am319l codec * add milesight new sensors am319 decoder update is included * revert the package-lock.json --------- Co-authored-by: Harry-Milesight <harry@milesight.com> Co-authored-by: Milesight-Harry <34025416+harryhua1989@users.noreply.github.com>
1 parent 13f274a commit ff5b811

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+16247
-114
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Uplink decoder decodes binary data uplink into a JSON object
2+
uplinkDecoder:
3+
fileName: am102.js
4+
examples:
5+
- description: Milesight 2-in-1 IAQ Sensor - Milesight IoT
6+
input:
7+
fPort: 85
8+
bytes:
9+
- 0x01
10+
- 0x75
11+
- 0x64
12+
- 0x03
13+
- 0x67
14+
- 0x18
15+
- 0x01
16+
- 0x04
17+
- 0x68
18+
- 0x6D
19+
20+
output:
21+
data:
22+
battery: 100
23+
temperature: 28
24+
humidity: 54.5

0 commit comments

Comments
 (0)