Package com.codellyrandom.hassle.extending.entities

Types

Link copied to clipboard
data class DefaultAttributes(userId: UserId?, friendlyName: FriendlyName, lastChanged: Instant, lastUpdated: Instant) : Attributes
Link copied to clipboard
data class SwitchableState(value: SwitchableValue) : State<SwitchableValue>
Link copied to clipboard
enum SwitchableValue : Enum<SwitchableValue>