Skip to content

Commit 2712b49

Browse files
committed
feat(http-api): add CHILD device type
1 parent aec6937 commit 2712b49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ class DeviceType(enum.Enum):
1212
LINK_SLAVE_UCM = "LINK_SLAVE_UCM"
1313
EMBEDDED_UCM = "EMBEDDED_UCM"
1414
NATIVE = "NATIVE"
15+
CHILD = "CHILD"

0 commit comments

Comments
 (0)