You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
feat(communication): housekeeping hotel alert + dashboard + audit log
Outgoing 9127-9129: send-hotel-alert (message string), get-dashboard (no args), list-action-log (limit int). Incoming 9206 HousekeepingDashboardEvent + 9207 ActionLogEvent with matching parsers and data classes. Dashboard is a flat one-shot parse — no count prefix; action log uses the standard "count + N entries" list pattern. Closes the HK packet surface — yarn compile:fast clean.
This commit is contained in:
@@ -509,4 +509,6 @@ export class IncomingHeader
|
||||
public static HOUSEKEEPING_ACTION_RESULT = 9201;
|
||||
public static HOUSEKEEPING_ROOM_DETAIL = 9202;
|
||||
public static HOUSEKEEPING_ROOM_LIST = 9203;
|
||||
public static HOUSEKEEPING_DASHBOARD = 9204;
|
||||
public static HOUSEKEEPING_ACTION_LOG = 9205;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user