Adaption to new devdi version (all_off)

This commit is contained in:
Dirk Alders 2025-08-31 14:17:49 +02:00
부모 a8335c5078
커밋 a41c76fcd0
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제

2
devdi

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

파일 보기

@ -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 ###################################