upd the interface to read/write multiple private/public packets.

{VirtualStrip}.bass/mid/treble implemented reading from public packet NBS=1
This commit is contained in:
2026-01-17 09:37:31 +00:00
parent 51394c0076
commit 96e9d6f4fd
7 changed files with 117 additions and 40 deletions

View File

@@ -116,9 +116,9 @@ class IRemote(metaclass=ABCMeta):
pass
@property
def public_packet(self):
def public_packets(self):
"""Returns an RT data packet."""
return self._remote.public_packet
return self._remote.public_packets
def apply(self, data):
"""Sets all parameters of a dict for the channel."""