HAP.Characteristics.CurrentDoorState (HAP v0.7.0)

Copy Markdown View Source

Definition of the public.hap.characteristic.door-state.current characteristic

Valid values:

0 Open - The door is fully open 1 Closed - The door is fully closed 2 Opening - The door is actively opening 3 Closing - The door is actively closing 4 Stopped - The door is not moving, and it is not fully open nor fully closed

Summary

Functions

format()

Callback implementation for HAP.CharacteristicDefinition.format/0.

max_value()

Callback implementation for HAP.CharacteristicDefinition.max_value/0.

min_value()

Callback implementation for HAP.CharacteristicDefinition.min_value/0.

perms()

Callback implementation for HAP.CharacteristicDefinition.perms/0.

step_value()

Callback implementation for HAP.CharacteristicDefinition.step_value/0.

type()

Callback implementation for HAP.CharacteristicDefinition.type/0.