Status
public struct Status : Decodable
                Status as determined by Cumulocity
- 
                  
                  
Connection status of device, normally one of CONNECTED, DISCONNECTED or MAINTENANCE requires that the device allows push connectivity
Declaration
Swift
public let status: String - 
                  
                  
Last time that this object was updated in Cumulocity
Declaration
Swift
public let lastUpdated: Date? - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
            View on GitHub
          
      Status Structure Reference