Skip to main content

nexigon_api.devices.QueryDevicePropertiesOutput

Output of querying the properties of a device.

properties objectrequired
property name* nexigon_api.devices.DeviceProperty

Device property.

namestringrequired
valuenexigon_api.json.JsonValuerequired

JSON value.

protectedbooleanrequired
lastUpdatednexigon_api.datetime.Timestamp (string)required

ISO 8601 formatted date and time string.

nexigon_api.devices.QueryDevicePropertiesOutput
{
"properties": {}
}