Skip to content

Commit 01fdd25

Browse files
committed
Updated doc with reference to temperature parameter
1 parent fb64aba commit 01fdd25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ async def main() -> None:
131131
system.system_id
132132
# >>> 1234ABCD
133133

134+
# Return the average of all temperature sensors (if they exist):
135+
system.temperature
136+
# >>> 67
137+
134138
# Return the SimpliSafe™ version:
135139
system.version
136140
# >>> 2

0 commit comments

Comments
 (0)