Update KNX frontend - add Group monitor telegram detail view (#95144)
* Use TelegramDict for WS communication * Update knx_frontend
This commit is contained in:
parent
f84887d5f8
commit
2ce23c17ca
7 changed files with 89 additions and 127 deletions
|
@ -114,20 +114,6 @@ class KNXConfigEntryData(TypedDict, total=False):
|
|||
telegram_log_size: int # not required
|
||||
|
||||
|
||||
class KNXBusMonitorMessage(TypedDict):
|
||||
"""KNX bus monitor message."""
|
||||
|
||||
destination_address: str
|
||||
destination_text: str | None
|
||||
payload: str
|
||||
type: str
|
||||
value: str | None
|
||||
source_address: str
|
||||
source_text: str | None
|
||||
direction: str
|
||||
timestamp: str
|
||||
|
||||
|
||||
class ColorTempModes(Enum):
|
||||
"""Color temperature modes for config validation."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue