Skip to content

Commit

Permalink
Proto update
Browse files Browse the repository at this point in the history
  • Loading branch information
klew committed Dec 23, 2024
1 parent 3a608df commit ded5cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/supla-common/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ded5cd7

Please sign in to comment.