Package-level declarations
Types
Link copied to clipboard
abstract class DelegateSerializer<SERIALIZED, DESERIALIZED>(delegate: KSerializer<SERIALIZED>) : KSerializer<DESERIALIZED>
Delegates kotlin serialization to a backing type for simpler encoding.
Link copied to clipboard
Convert a mired color temperature to/from an int value
Link copied to clipboard
Serialize a percentage as a fraction of of a decimal (0.0-1.0)
Link copied to clipboard
Wrapper around responses from the Hue API
Link copied to clipboard
Serialize a Duration as a Long in milliseconds.
Link copied to clipboard
Convert standard ColorTemperatures to/from Mireds
Link copied to clipboard
Errors returned by V1 Endpoints.
Link copied to clipboard
Wrapper around responses from V1 endpoints in the Hue API
Link copied to clipboard
Serialize a percentage value as an integer.