Skip to content

Commit

Permalink
#234 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-vaNu committed Dec 26, 2024
1 parent 4c97ed0 commit 4c244ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saunabox.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const datapoints = {
'saunabox#heat.sensors[0].id': {
path: 'heat.sensors.0.id',
type: 'state',
common: { name: 'ID of internal sensor', type: 'numer', role: 'value', read: true, write: false },
common: { name: 'ID of internal sensor', type: 'number', role: 'value', read: true, write: false },
},
'saunabox#heat.sensors[0].value': {
path: 'heat.sensors.0.value',
Expand Down

0 comments on commit 4c244ab

Please sign in to comment.