|
virtual HelloResponse | hello (const HelloRequest &msg)=0 |
|
virtual ConnectResponse | connect (const ConnectRequest &msg)=0 |
|
virtual DisconnectResponse | disconnect (const DisconnectRequest &msg)=0 |
|
virtual PingResponse | ping (const PingRequest &msg)=0 |
|
virtual DeviceInfoResponse | device_info (const DeviceInfoRequest &msg)=0 |
|
virtual void | list_entities (const ListEntitiesRequest &msg)=0 |
|
virtual void | subscribe_states (const SubscribeStatesRequest &msg)=0 |
|
virtual void | subscribe_logs (const SubscribeLogsRequest &msg)=0 |
|
virtual void | subscribe_homeassistant_services (const SubscribeHomeassistantServicesRequest &msg)=0 |
|
virtual void | subscribe_home_assistant_states (const SubscribeHomeAssistantStatesRequest &msg)=0 |
|
virtual GetTimeResponse | get_time (const GetTimeRequest &msg)=0 |
|
virtual void | execute_service (const ExecuteServiceRequest &msg)=0 |
|
virtual void | cover_command (const CoverCommandRequest &msg)=0 |
|
virtual void | fan_command (const FanCommandRequest &msg)=0 |
|
virtual void | light_command (const LightCommandRequest &msg)=0 |
|
virtual void | switch_command (const SwitchCommandRequest &msg)=0 |
|
virtual void | camera_image (const CameraImageRequest &msg)=0 |
|
virtual void | climate_command (const ClimateCommandRequest &msg)=0 |
|
virtual void | number_command (const NumberCommandRequest &msg)=0 |
|
virtual void | text_command (const TextCommandRequest &msg)=0 |
|
virtual void | select_command (const SelectCommandRequest &msg)=0 |
|
virtual void | button_command (const ButtonCommandRequest &msg)=0 |
|
virtual void | lock_command (const LockCommandRequest &msg)=0 |
|
virtual void | valve_command (const ValveCommandRequest &msg)=0 |
|
virtual void | media_player_command (const MediaPlayerCommandRequest &msg)=0 |
|
virtual void | date_command (const DateCommandRequest &msg)=0 |
|
virtual void | time_command (const TimeCommandRequest &msg)=0 |
|
virtual void | datetime_command (const DateTimeCommandRequest &msg)=0 |
|
virtual void | update_command (const UpdateCommandRequest &msg)=0 |
|
virtual void | subscribe_bluetooth_le_advertisements (const SubscribeBluetoothLEAdvertisementsRequest &msg)=0 |
|
virtual void | bluetooth_device_request (const BluetoothDeviceRequest &msg)=0 |
|
virtual void | bluetooth_gatt_get_services (const BluetoothGATTGetServicesRequest &msg)=0 |
|
virtual void | bluetooth_gatt_read (const BluetoothGATTReadRequest &msg)=0 |
|
virtual void | bluetooth_gatt_write (const BluetoothGATTWriteRequest &msg)=0 |
|
virtual void | bluetooth_gatt_read_descriptor (const BluetoothGATTReadDescriptorRequest &msg)=0 |
|
virtual void | bluetooth_gatt_write_descriptor (const BluetoothGATTWriteDescriptorRequest &msg)=0 |
|
virtual void | bluetooth_gatt_notify (const BluetoothGATTNotifyRequest &msg)=0 |
|
virtual BluetoothConnectionsFreeResponse | subscribe_bluetooth_connections_free (const SubscribeBluetoothConnectionsFreeRequest &msg)=0 |
|
virtual void | unsubscribe_bluetooth_le_advertisements (const UnsubscribeBluetoothLEAdvertisementsRequest &msg)=0 |
|
virtual void | subscribe_voice_assistant (const SubscribeVoiceAssistantRequest &msg)=0 |
|
virtual VoiceAssistantConfigurationResponse | voice_assistant_get_configuration (const VoiceAssistantConfigurationRequest &msg)=0 |
|
virtual void | voice_assistant_set_configuration (const VoiceAssistantSetConfiguration &msg)=0 |
|
virtual void | alarm_control_panel_command (const AlarmControlPanelCommandRequest &msg)=0 |
|
bool | send_hello_response (const HelloResponse &msg) |
|
bool | send_connect_response (const ConnectResponse &msg) |
|
bool | send_disconnect_request (const DisconnectRequest &msg) |
|
bool | send_disconnect_response (const DisconnectResponse &msg) |
|
virtual void | on_disconnect_response (const DisconnectResponse &value) |
|
bool | send_ping_request (const PingRequest &msg) |
|
bool | send_ping_response (const PingResponse &msg) |
|
virtual void | on_ping_response (const PingResponse &value) |
|
bool | send_device_info_response (const DeviceInfoResponse &msg) |
|
bool | send_list_entities_done_response (const ListEntitiesDoneResponse &msg) |
|
bool | send_list_entities_binary_sensor_response (const ListEntitiesBinarySensorResponse &msg) |
|
bool | send_binary_sensor_state_response (const BinarySensorStateResponse &msg) |
|
bool | send_list_entities_cover_response (const ListEntitiesCoverResponse &msg) |
|
bool | send_cover_state_response (const CoverStateResponse &msg) |
|
bool | send_list_entities_fan_response (const ListEntitiesFanResponse &msg) |
|
bool | send_fan_state_response (const FanStateResponse &msg) |
|
bool | send_list_entities_light_response (const ListEntitiesLightResponse &msg) |
|
bool | send_light_state_response (const LightStateResponse &msg) |
|
bool | send_list_entities_sensor_response (const ListEntitiesSensorResponse &msg) |
|
bool | send_sensor_state_response (const SensorStateResponse &msg) |
|
bool | send_list_entities_switch_response (const ListEntitiesSwitchResponse &msg) |
|
bool | send_switch_state_response (const SwitchStateResponse &msg) |
|
bool | send_list_entities_text_sensor_response (const ListEntitiesTextSensorResponse &msg) |
|
bool | send_text_sensor_state_response (const TextSensorStateResponse &msg) |
|
bool | send_subscribe_logs_response (const SubscribeLogsResponse &msg) |
|
bool | send_homeassistant_service_response (const HomeassistantServiceResponse &msg) |
|
bool | send_subscribe_home_assistant_state_response (const SubscribeHomeAssistantStateResponse &msg) |
|
virtual void | on_home_assistant_state_response (const HomeAssistantStateResponse &value) |
|
bool | send_get_time_request (const GetTimeRequest &msg) |
|
bool | send_get_time_response (const GetTimeResponse &msg) |
|
virtual void | on_get_time_response (const GetTimeResponse &value) |
|
bool | send_list_entities_services_response (const ListEntitiesServicesResponse &msg) |
|
bool | send_list_entities_camera_response (const ListEntitiesCameraResponse &msg) |
|
bool | send_camera_image_response (const CameraImageResponse &msg) |
|
bool | send_list_entities_climate_response (const ListEntitiesClimateResponse &msg) |
|
bool | send_climate_state_response (const ClimateStateResponse &msg) |
|
bool | send_list_entities_number_response (const ListEntitiesNumberResponse &msg) |
|
bool | send_number_state_response (const NumberStateResponse &msg) |
|
bool | send_list_entities_select_response (const ListEntitiesSelectResponse &msg) |
|
bool | send_select_state_response (const SelectStateResponse &msg) |
|
bool | send_list_entities_lock_response (const ListEntitiesLockResponse &msg) |
|
bool | send_lock_state_response (const LockStateResponse &msg) |
|
bool | send_list_entities_button_response (const ListEntitiesButtonResponse &msg) |
|
bool | send_list_entities_media_player_response (const ListEntitiesMediaPlayerResponse &msg) |
|
bool | send_media_player_state_response (const MediaPlayerStateResponse &msg) |
|
bool | send_bluetooth_le_advertisement_response (const BluetoothLEAdvertisementResponse &msg) |
|
bool | send_bluetooth_le_raw_advertisements_response (const BluetoothLERawAdvertisementsResponse &msg) |
|
bool | send_bluetooth_device_connection_response (const BluetoothDeviceConnectionResponse &msg) |
|
bool | send_bluetooth_gatt_get_services_response (const BluetoothGATTGetServicesResponse &msg) |
|
bool | send_bluetooth_gatt_get_services_done_response (const BluetoothGATTGetServicesDoneResponse &msg) |
|
bool | send_bluetooth_gatt_read_response (const BluetoothGATTReadResponse &msg) |
|
bool | send_bluetooth_gatt_notify_data_response (const BluetoothGATTNotifyDataResponse &msg) |
|
bool | send_bluetooth_connections_free_response (const BluetoothConnectionsFreeResponse &msg) |
|
bool | send_bluetooth_gatt_error_response (const BluetoothGATTErrorResponse &msg) |
|
bool | send_bluetooth_gatt_write_response (const BluetoothGATTWriteResponse &msg) |
|
bool | send_bluetooth_gatt_notify_response (const BluetoothGATTNotifyResponse &msg) |
|
bool | send_bluetooth_device_pairing_response (const BluetoothDevicePairingResponse &msg) |
|
bool | send_bluetooth_device_unpairing_response (const BluetoothDeviceUnpairingResponse &msg) |
|
bool | send_bluetooth_device_clear_cache_response (const BluetoothDeviceClearCacheResponse &msg) |
|
bool | send_voice_assistant_request (const VoiceAssistantRequest &msg) |
|
virtual void | on_voice_assistant_response (const VoiceAssistantResponse &value) |
|
virtual void | on_voice_assistant_event_response (const VoiceAssistantEventResponse &value) |
|
bool | send_voice_assistant_audio (const VoiceAssistantAudio &msg) |
|
virtual void | on_voice_assistant_audio (const VoiceAssistantAudio &value) |
|
virtual void | on_voice_assistant_timer_event_response (const VoiceAssistantTimerEventResponse &value) |
|
virtual void | on_voice_assistant_announce_request (const VoiceAssistantAnnounceRequest &value) |
|
bool | send_voice_assistant_announce_finished (const VoiceAssistantAnnounceFinished &msg) |
|
bool | send_voice_assistant_configuration_response (const VoiceAssistantConfigurationResponse &msg) |
|
bool | send_list_entities_alarm_control_panel_response (const ListEntitiesAlarmControlPanelResponse &msg) |
|
bool | send_alarm_control_panel_state_response (const AlarmControlPanelStateResponse &msg) |
|
bool | send_list_entities_text_response (const ListEntitiesTextResponse &msg) |
|
bool | send_text_state_response (const TextStateResponse &msg) |
|
bool | send_list_entities_date_response (const ListEntitiesDateResponse &msg) |
|
bool | send_date_state_response (const DateStateResponse &msg) |
|
bool | send_list_entities_time_response (const ListEntitiesTimeResponse &msg) |
|
bool | send_time_state_response (const TimeStateResponse &msg) |
|
bool | send_list_entities_event_response (const ListEntitiesEventResponse &msg) |
|
bool | send_event_response (const EventResponse &msg) |
|
bool | send_list_entities_valve_response (const ListEntitiesValveResponse &msg) |
|
bool | send_valve_state_response (const ValveStateResponse &msg) |
|
bool | send_list_entities_date_time_response (const ListEntitiesDateTimeResponse &msg) |
|
bool | send_date_time_state_response (const DateTimeStateResponse &msg) |
|
bool | send_list_entities_update_response (const ListEntitiesUpdateResponse &msg) |
|
bool | send_update_state_response (const UpdateStateResponse &msg) |
|