We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b898d commit 1c29331Copy full SHA for 1c29331
README.md
@@ -90,7 +90,7 @@ In summary, these are the steps to create a new device-profile.
90
For each firmware version (if there are multiple), make sure to also
91
configure the `profiles` and `codec` options (if you provide a payload)
92
codec. For example your `temperature.toml` device configuration could
93
- contain `profiles= ["temerature-eu868.toml", "temperature-us915.toml"]` and
+ contain `profiles= ["temperature-eu868.toml", "temperature-us915.toml"]` and
94
`codec = "temperature.js"` if there a a codec for this device.
95
96
4. **Create profile file(s).** In this step you need to create a file for
0 commit comments