Skip to content

Commit e49a35a

Browse files
committed
http: api: add HTTP time sync protocol
1 parent 54c699e commit e49a35a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/enapter/http/api/devices/time_sync_protocol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
class TimeSyncProtocol(enum.Enum):
55

66
NTP = "NTP"
7+
HTTP = "HTTP"

0 commit comments

Comments
 (0)