Walkie Monitor

sequenceDiagram
actor U as 用户
participant UI as Walkie UI
participant R as Runtime
UI->>R: start
U->>UI: monitor on
UI->>R: enable
loop refresh
UI->>R: status
R-->>UI: RSSI/audio
end
UI->>R: stop