-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed some typo's and eddit parameters (#839)
* Add Vendor AccuWatch and Voltage Sensor device * Changed Parameters, and adjusted descriptions * Fixed Yaml Styling --------- Co-authored-by: Jaime Trinidad <[email protected]>
- Loading branch information
1 parent
0e1fc8a
commit be74ce9
Showing
2 changed files
with
21 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
# This example contains just one end device: windsensor. It is referenced here in the index. | ||
|
||
endDevices: | ||
# Unique identifier of the end device (lowercase, alphanumeric with dashes, max 36 characters) | ||
- 3chbatteryvoltagesensor # look in 3chbatteryvoltagesensor.yaml for the end device definition | ||
|
||
# The profileIDs is a distinct value for every unique profile listed in the vendor's folder. | ||
# This value can be freely issued by the vendor and is also used on the QR code for LoRaWAN devices, see | ||
# https://lora-alliance.org/wp-content/uploads/2020/11/TR005_LoRaWAN_Device_Identification_QR_Codes.pdf#page=8 | ||
# It can either be a combo of device ID + hardware version + firmware version + region, or profile ID + codec ID | ||
# NOTE: The profileIDs is different from the vendorID. | ||
profileIDs: | ||
'1': | ||
endDeviceID: '3chbatteryvoltagesensor' | ||
firmwareVersion: '1.0' | ||
hardwareVersion: '1.0' | ||
region: 'EU863-870' |