C8yDataPoints
public struct C8yDataPoints : Codable
Defines a type of Measurement that will send from the associated Managed Object
-
Undocumented
Declaration
Swift
public let dataPoints: [DataPoint] -
Undocumented
See moreDeclaration
Swift
public struct DataPoint : Codable -
Undocumented
See moreDeclaration
Swift
public struct DataPointValue : Codable -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public init(_ reference: String, series: String, unit: String, color: String, label: String) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
C8yDataPoints Structure Reference