We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ff0ac commit 4440ba8Copy full SHA for 4440ba8
1 file changed
docs/source/tutorial/writing_a_thing.rst
@@ -21,7 +21,7 @@ Our first Thing will pretend to be a light: we can set its brightness and turn i
21
brightness: int = lt.property(default=100, ge=0, le=100)
22
"""The brightness of the light, in % of maximum."""
23
24
- is_on: bool = lt.property(default=False, readonly=true)
+ is_on: bool = lt.property(default=False, readonly=True)
25
"""Whether the light is currently on."""
26
27
@lt.action
0 commit comments