-
Notifications
You must be signed in to change notification settings - Fork 1
Device Settings
Sam Spencer edited this page Oct 16, 2023
·
2 revisions
Type | object |
Required | No |
Additional properties | [Not allowed] |
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
- deviceSettings | No | object | No | - | Device Settings |
Title: Device Settings
Type | object |
Required | No |
Additional properties | [Not allowed] |
Description: Device information which can be accessed via a CHCK command. READ ONLY
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ deviceModel | No | enum (of string) | No | - | Device Model |
+ firmwareVersion | No | string | No | - | Firmware Version |
+ hardwareVersion | No | string | No | - | Hardware Version |
+ uId | No | integer | No | - | UID |
+ deviceName | No | string | No | - | Device Name |
+ profileId | No | integer | No | - | Profile ID |
Title: Device Model
Type | enum (of string) |
Required | Yes |
Must be one of:
- "Bridge4"
- "Bridge6"
Title: Firmware Version
Type | string |
Required | Yes |
Title: Hardware Version
Type | string |
Required | Yes |
Title: UID
Type | integer |
Required | Yes |
Description: 96-bit unique identifing number for each device. Can be used to identify multiple devices with the same name
Restrictions | |
---|---|
Minimum | ≥ 0 |
Title: Device Name
Type | string |
Required | Yes |
Description: User assignable name for the device
Restrictions | |
---|---|
Max length | 16 |
Title: Profile ID
Type | integer |
Required | Yes |
Default | 0 |
Description: Tracks changes to the device configuration across the editor and on-board. If a different value is retrieved compared to the previous stored value, it can be assumed that configuration changes were performed externally of the editor.
Restrictions | |
---|---|
Minimum | ≥ 0 |
Maximum | ≤ 4294967295 |
Generated using json-schema-for-humans on 2023-10-16 at 12:51:30 +1100