Bug-Fix for videv_multistate

This commit is contained in:
Dirk Alders 2023-01-25 13:15:33 +01:00
parent c9165da525
commit e980941287

View File

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