aqhome: add apiCode to endpoint.

This commit is contained in:
Martin Preuss
2025-02-28 00:22:26 +01:00
parent e308e07b87
commit 3e9aa7969b
4 changed files with 33 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ struct AQH_ENDPOINT {
AQH_OBJECT *msgWriter;
AQH_OBJECT *msgReader;
int apiCode;
uint32_t lastMsgId;
int state;
uint32_t permissions;