Skip to content

Commit

Permalink
Fix device name (#677)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaime Trinidad <[email protected]>
  • Loading branch information
becky112358 and Jaime-Trinidad authored Oct 4, 2023
1 parent 7411d38 commit fc12290
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vendor/micropelt/index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endDevices:
# Unique identifier of the end device (lowercase, alphanumeric with dashes, max 36 characters)
- mlr003 # look in mlr003.yaml for the end device definition
- mlrtps01 # look in mlrtps01.yaml for end device definition
- mlrtps1 # look in mlrtps1.yaml for end device definition
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uplink decoder decodes binary data uplink into a JSON object (optional)
# For documentation on writing encoders and decoders, see: https://thethingsstack.io/integrations/payload-formatters/javascript/
uplinkDecoder:
fileName: mlrtps01.js
fileName: mlrtps1.js
# Examples (optional)
examples:
- description: REV1.0 Example 1
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
10 changes: 5 additions & 5 deletions vendor/micropelt/mlrtps01.yaml → vendor/micropelt/mlrtps1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MLRTPS01
description: MLRTPS01 is a wall mount thermostat with presence detection and temperature set point. It is an 868MHz LoRaWAN® Class A device operating in SF7BW125.
name: MLRTPS1
description: MLRTPS1 is a wall mount thermostat with presence detection and temperature set point. It is an 868MHz LoRaWAN® Class A device operating in SF7BW125.

# Hardware versions (optional, use when you have revisions)
hardwareVersions:
Expand All @@ -25,9 +25,9 @@ firmwareVersions:
# If vendorID is empty, the current vendor ID is used. In this example, the vendorID is the current vendor ID,
# which is verbose.
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
id: mlrtps01-profile
id: mlrtps1-profile
lorawanCertified: true
codec: mlrtps01-codec
codec: mlrtps1-codec

# Sensors that this device features (optional)
# Valid values are:
Expand Down Expand Up @@ -73,7 +73,7 @@ productURL: https://www.micropelt.com/en/products/lorawan/mlr003-2

# Photos
photos:
main: mlrtps01.jpg
main: mlrtps1.jpg

# Regulatory compliances (optional)
compliances:
Expand Down

0 comments on commit fc12290

Please sign in to comment.