DeviceDefinition
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | DeviceDefinitionType | ✅ | Device type. Only "OtherPhone" and "WebRTC" device types are supported at the moment |
emergency | DeviceDefinitionEmergency | ✅ | Only "address" is supported at the moment |
phone_info | DeviceDefinitionPhoneInfo | ✅ |
DeviceDefinitionType
Device type. Only "OtherPhone" and "WebRTC" device types are supported at the moment
Properties
Name | Type | Required | Description |
---|---|---|---|
OTHERPHONE | str | ✅ | "OtherPhone" |
WEBRTC | str | ✅ | "WebRTC" |
DeviceDefinitionEmergency
Only "address" is supported at the moment
Emergency_1_1
Properties
Name | Type | Required | Description |
---|---|---|---|
address | PostalAddress | ✅ | Postal address/location |
Emergency_2_1
Properties
Name | Type | Required | Description |
---|---|---|---|
location | Emergency2Location1 | ✅ |
Emergency_2Location_1
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Emergency location ID |
DeviceDefinitionPhoneInfo
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs