|
|
|
@ -104,7 +104,7 @@ class AmcrestServiceProtocol(Protocol):
|
|
|
|
def mqtt_on_message(self, client: Client, userdata: Any, msg: MQTTMessage) -> None: ...
|
|
|
|
def mqtt_on_message(self, client: Client, userdata: Any, msg: MQTTMessage) -> None: ...
|
|
|
|
def mqtt_on_subscribe(self, client: Client, userdata: Any, mid: int, reason_code_list: list[ReasonCode], properties: Properties) -> None: ...
|
|
|
|
def mqtt_on_subscribe(self, client: Client, userdata: Any, mid: int, reason_code_list: list[ReasonCode], properties: Properties) -> None: ...
|
|
|
|
def mqtt_on_log(self, client: Client, userdata: Any, paho_log_level: int, msg: str) -> None: ...
|
|
|
|
def mqtt_on_log(self, client: Client, userdata: Any, paho_log_level: int, msg: str) -> None: ...
|
|
|
|
def mqtt_safe_publish(self, topic: str, payload: str | bool | int | dict, **kwargs: Any) -> None: ...
|
|
|
|
def mqtt_safe_publish(self, topic: str, payload: str | bool | int | dict | None, **kwargs: Any) -> None: ...
|
|
|
|
def mqttc_create(self) -> None: ...
|
|
|
|
def mqttc_create(self) -> None: ...
|
|
|
|
def publish_device_availability(self, device_id: str, online: bool = True) -> None: ...
|
|
|
|
def publish_device_availability(self, device_id: str, online: bool = True) -> None: ...
|
|
|
|
def publish_device_discovery(self, device_id: str) -> None: ...
|
|
|
|
def publish_device_discovery(self, device_id: str) -> None: ...
|
|
|
|
|