Skip to content

Commit 57854c1

Browse files
tyethCopilot
andauthored
Update time docstring to include 'hours'
Co-authored-by: Copilot <[email protected]>
1 parent 421489b commit 57854c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def unsubscribe_from_randomizer(self, randomizer_id: int):
396396
def unsubscribe_from_time(self, time_type: str):
397397
"""Unsubscribe from Adafruit IO MQTT time topics.
398398
399-
:param str time_type: Time type to unsubscribe from. Can be 'seconds', 'millis', or 'iso'.
399+
:param str time_type: Time type to unsubscribe from, such as 'seconds', 'millis', 'hours', or 'iso'.
400400
"""
401401
if time_type == "iso":
402402
self._client.unsubscribe("time/ISO-8601")

0 commit comments

Comments
 (0)