From ded5cd70b8919cb34cacfb51edab8967bc1c8c5a Mon Sep 17 00:00:00 2001 From: Krzysztof Lewandowski Date: Mon, 23 Dec 2024 13:35:51 +0100 Subject: [PATCH] Proto update --- src/supla-common/proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/supla-common/proto.h b/src/supla-common/proto.h index e8bc0dc7..7f34244c 100644 --- a/src/supla-common/proto.h +++ b/src/supla-common/proto.h @@ -3449,10 +3449,10 @@ typedef struct { typedef struct { unsigned char FillLevel; // 0 - unknown, 1-101 - fill level in 0-100 % union { - _supla_int_t ContainerChannelId; + _supla_int_t ChannelId; struct { - unsigned char ContainerIsSet; // 0 - no; 1 - yes - unsigned char ContainerChannelNo; + unsigned char IsSet; // 0 - no; 1 - yes + unsigned char ChannelNo; }; }; } TContainer_SensorInfo;