mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Formatting
This commit is contained in:
parent
9054542427
commit
3b5c23624a
@ -77,9 +77,7 @@ class MqttClient(Communicator):
|
|||||||
retain=False,
|
retain=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.publish(
|
self.publish("available", "online", retain=True)
|
||||||
"available", "online", retain=True
|
|
||||||
)
|
|
||||||
|
|
||||||
def on_mqtt_command(
|
def on_mqtt_command(
|
||||||
self, client: mqtt.Client, userdata, message: mqtt.MQTTMessage
|
self, client: mqtt.Client, userdata, message: mqtt.MQTTMessage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user