Package com.codellyrandom.hassle.entities.devices

Types

Link copied to clipboard
class Actuator<S : State<*>, A : Attributes> : Observable<Actuator<S, A>> , WithHistory<StateAndAttributes<S, A>> , WithAttributes<A>

An Actuator holding entity state and attributes

Link copied to clipboard
class Sensor<S : State<*>, A : Attributes>(connection: HomeAssistantApiClient, mapper: ObjectMapper, stateType: KClass<*>, attributesType: KClass<*>) : Observable<Sensor<S, A>> , WithHistory<StateAndAttributes<S, A>> , WithAttributes<A>

An Sensor holding entity state and attributes