From a41c76fcd05b98ac18c130245ca1d72d4ed4777d Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 31 Aug 2025 14:17:49 +0200 Subject: [PATCH] Adaption to new devdi version (all_off) --- devdi | 2 +- devices/__init__.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devdi b/devdi index f0b994e..5a5679b 160000 --- a/devdi +++ b/devdi @@ -1 +1 @@ -Subproject commit f0b994ef9c3a0526c4b699c491ccb478bc3847d0 +Subproject commit 5a5679b0baa9ba978f75d8581cb0dc7c13158e34 diff --git a/devices/__init__.py b/devices/__init__.py index d3547c6..58d8950 100644 --- a/devices/__init__.py +++ b/devices/__init__.py @@ -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 ###################################