Skip to content

Commit

Permalink
corrected some data types
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jan 31, 2024
1 parent c790385 commit 58aa9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stateAttr.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ const stateAttrb = {
},
'absolute_coordinates': {
name: 'Absolute Coordinates',
type: 'string',
type: 'boolean',
read: true,
write: false,
role: 'switch',
Expand Down Expand Up @@ -549,7 +549,7 @@ const stateAttrb = {
},
'is_active': {
name: 'Is Active Status',
type: 'number',
type: 'boolean',
read: true,
write: false,
role: 'state',
Expand Down

0 comments on commit 58aa9c4

Please sign in to comment.