Adaption to new devdi version (all_off)

This commit is contained in:
Dirk Alders 2025-08-31 14:17:49 +02:00
parent a8335c5078
commit a41c76fcd0
2 changed files with 6 additions and 1 deletions

2
devdi

@ -1 +1 @@
Subproject commit f0b994ef9c3a0526c4b699c491ccb478bc3847d0
Subproject commit 5a5679b0baa9ba978f75d8581cb0dc7c13158e34

View File

@ -73,6 +73,11 @@ def videv_audio_player(mqtt_client, topic):
return None
def videv_all_off(mqtt_client, topic):
logger.warning("Device type videv_all_off is not yet implemented. Topic %s will not be supported", topic)
return None
# TODO: Not yet implemented devices ###################################