Skip to content

Commit

Permalink
Enless LoRaWAN Transmitters (#807)
Browse files Browse the repository at this point in the history
* Added Enless Transmitter

* Changed the Regulatory compliances

* Added description and type in the yaml file

* validate fmt

* Modified the vender profile id as unique for both EU868 ans US915 profile

* Images added , Removed unused Transmitters , Description changes

* validate fmt

* 1. Added the temperature unit
2.Added Descriptions
3.Added partnet website link
4.F/W version updated

* corrected the Analog TX conversion and Temperature conversion changed to Signed int

* corrected the Temperature conversion for 600-232 Tx.

---------

Co-authored-by: MINDTECK\reghu.nd <[email protected]>
Co-authored-by: Jaime Trinidad <[email protected]>
Co-authored-by: Jaime Trinidad <[email protected]>
  • Loading branch information
4 people authored Aug 1, 2024
1 parent 6617e46 commit 6df6222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/enless-wireless/enlessdecoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function bin_decode(deviceType, payload) {
},
temperature_2: {
unit: "°C",
value: hexToUInt(payload.substring(16, 20), 10),
value: hexToInt(payload.substring(16, 20), 10),
},
});

Expand Down

0 comments on commit 6df6222

Please sign in to comment.