syntax = "proto3"; message EnergyStore { int32 contactStatus = 1; int32 fanStatus = 2; int32 heatStatus = 3; int32 inverterPrechgStatus = 4; }