Skip to content

Commit

Permalink
Fix data type
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Sep 25, 2019
1 parent 2f27168 commit 8ce29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gosund/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
name="Relay",
settable=True,
retained=True,
datatype="bool",
datatype="boolean",
default=FALSE,
restore=True,
)
Expand Down

0 comments on commit 8ce29e9

Please sign in to comment.