Config
public struct Config : DecodableDescribes all configuration elements for a bridge. Note all times are stored in UTC.
- 
                  
                  Describes whitelisted user IDs. See moreDeclarationSwift public struct Whitelist : DynamicDecodable
- 
                  
                  Name of the bridge. This is also its uPnP name, so will reflect the actual uPnP name after any conflicts have been resolved. DeclarationSwift public let name: String
- 
                  
                  The current wireless frequency channel used by the bridge. It can take values of 11, 15, 20,25 or 0 if undefined (factory new). DeclarationSwift public let zigbeeChannel: String
- 
                  
                  The unique bridge id. This is currently generated from the bridge Ethernet mac address. DeclarationSwift public let bridgeID: String
- 
                  
                  Whether the IP address of the bridge is obtained with DHCP. DeclarationSwift public let isDHCP: Bool
- 
                  
                  IP address of the bridge. DeclarationSwift public let ipAddress: String
- 
                  
                  This parameter uniquely identifies the hardware model of the bridge (BSB001, BSB002). DeclarationSwift public let modelID: String
- 
                  
                  The version of the hue API in the format . . , for example 1.2.1 DeclarationSwift public let apiVersion: String
- 
                  
                  A list of whitelisted user IDs. DeclarationSwift public let whitelist: Whitelist
 Config Structure Reference
        Config Structure Reference