Structures
The following structures are available globally.
-
Describes all light elements for a bridge.
See moreDeclaration
Swift
public struct Lights : DynamicDecodable
-
Describes all group elements for a bridge.
See moreDeclaration
Swift
public struct Groups : DynamicDecodable
-
Describes all configuration elements for a bridge. Note all times are stored in UTC.
See moreDeclaration
Swift
public struct Config : Decodable
-
Describe all schedule elements for a bridge.
See moreDeclaration
Swift
public struct Schedules : DynamicDecodable
-
Describe all scene elements for a bridge.
See moreDeclaration
Swift
public struct Scenes : DynamicDecodable
-
Describes all sensor elements for a bridge.
See moreDeclaration
Swift
public struct Sensors : DynamicDecodable
-
Describes the modified state of a
LightDeclaration
Swift
public struct LightState : Decodable -
Describes the modified state of a
GroupDeclaration
Swift
public struct GroupState : Decodable
Structures Reference