EnergyStore.proto 156 B

12345678
  1. syntax = "proto3";
  2. message EnergyStore {
  3. int32 contactStatus = 1;
  4. int32 fanStatus = 2;
  5. int32 heatStatus = 3;
  6. int32 inverterPrechgStatus = 4;
  7. }