aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubHeatingTestPollResponse.proto
blob: 3642994a9a31ccae966dd676517b77f4bc760a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syntax = "proto3";

package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";

message StubHeatingTestPollResponse
{
	uint32 HeaterGroupId = 1; //0..2
	uint32 Zone1Temp = 2;
	uint32 Zone2Temp = 3;
	bool  Heater1Active = 4;
	bool  Heater2Active = 5;
	uint32 Heater1Percentage = 6;
	uint32 Heater2Percentage = 7;
	string InfoMessage = 8;
}