Module hap::characteristic[][src]

Modules

accessory_flags
active
administrator_only_access
air_particulate_density
air_particulate_size
air_quality
audio_feedback
battery_level
brightness
carbon_dioxide_detected
carbon_dioxide_level
carbon_dioxide_peak_level
carbon_monoxide_detected
carbon_monoxide_level
carbon_monoxide_peak_level
charging_state
color_temperature
contact_sensor_state
cooling_threshold_temperature
current_air_purifier_state
current_ambient_light_level
current_door_state
current_fan_state
current_heater_cooler_state
current_heating_cooling_state
current_horizontal_tilt_angle
current_humidifier_dehumidifier_state
current_position
current_relative_humidity
current_slat_state
current_temperature
current_tilt_angle
current_vertical_tilt_angle
digital_zoom
filter_change_indication
filter_life_level
firmware_revision
hardware_revision
heating_threshold_temperature
hold_position
hue
identify
image_mirroring
image_rotation
in_use
is_configured
leak_detected
lock_control_point
lock_current_state
lock_last_known_action
lock_management_auto_security_timeout
lock_physical_controls
lock_target_state
logs
manufacturer
model
motion_detected
mute
name
night_vision
nitrogen_dioxide_density
obstruction_detected
occupancy_detected
on
optical_zoom
outlet_in_use
ozone_density
pair_setup
pair_verify
pairing_features
pairing_pairings
pm10_density
pm2_5_density
position_state
program_mode
programmable_switch_event
relative_humidity_dehumidifier_threshold
relative_humidity_humidifier_threshold
remaining_duration
reset_filter_indication
rotation_direction
rotation_speed
saturation
security_system_alarm_type
security_system_current_state
security_system_target_state
selected_rtp_stream_configuration
serial_number
service_label_index
service_label_namespace
set_duration
setup_endpoints
slat_type
smoke_detected
status_active
status_fault
status_jammed
status_low_battery
status_tampered
streaming_status
sulphur_dioxide_density
supported_audio_stream_configuration
supported_rtp_configuration
supported_video_stream_configuration
swing_mode
target_air_purifier_state
target_air_quality
target_door_state
target_fan_state
target_heater_cooler_state
target_heating_cooling_state
target_horizontal_tilt_angle
target_humidifier_dehumidifier_state
target_position
target_relative_humidity
target_slat_state
target_temperature
target_tilt_angle
target_vertical_tilt_angle
temperature_display_units
valve_type
version
voc_density
volume
water_level

Structs

Characteristic

A Characteristic. A characteristic is a feature that represents data or an associated behavior of a service. The characteristic is defined by a universally unique type, and has additional properties that determine how the value of the characteristic can be accessed

Inner

Inner type of a Characteristic.

Enums

Format

HAP defined format of a Characteristic.

Perm

Permission of a Characteristic.

Unit

Unit of a Characteristic.

Traits

HapCharacteristic

HapCharacteristic is implemented by the inner type of every Characteristic.

Readable

Readable can be implemented to react to the remote read of a Characteristic.

Updatable

Updatable can be implemented to react to the remote update of a Characteristic.