mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 18:23:32 +00:00
19 lines
546 B
YAML
19 lines
546 B
YAML
description:
|
|
A device has certain properties that describe its identity and location.
|
|
These properties are described inside this object.
|
|
type: object
|
|
properties:
|
|
offline:
|
|
description:
|
|
How long can the device be offline before it enters orphan state.
|
|
type: integer
|
|
orphan:
|
|
description:
|
|
The interval at which an orphaned device will try to discover the cloud.
|
|
type: integer
|
|
validate:
|
|
description:
|
|
How long the client has time to connect to the cloud before discovery is restarted.
|
|
type: integer
|
|
|