Explorar el Código

Bug-Fix for videv_multistate

videv_dev
Dirk Alders hace 1 año
padre
commit
d98541b818
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      function/videv.py

+ 3
- 0
function/videv.py Ver fichero

@@ -245,6 +245,9 @@ class videv_multistate(base):
245 245
             self.set(key, index == data)
246 246
             self.__tx__(key, self[key])
247 247
 
248
+    def __rx_functionality__(self, key, data):
249
+        pass    # read only device
250
+
248 251
 
249 252
 class videv_audio_player(base_routing):
250 253
     KEY_ACTIVE_PLAYER = 'player_%d'

Loading…
Cancelar
Guardar