added more messages.

This commit is contained in:
Martin Preuss
2025-04-21 00:43:11 +02:00
parent 77e573192e
commit b995f1c3fb
8 changed files with 311 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
; ***************************************************************************
; copyright : (C) 2025 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#define NETMSG_VALUE_OFFS_UID = 4
#define NETMSG_VALUE_OFFS_MSGID = 8
#define NETMSG_VALUE_OFFS_VALUEID = 10
#define NETMSG_VALUE_OFFS_VALUE = 12
#define NETMSG_VALUE_OFFS_DENOM = 14