aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Diagnostics/StartEventsNotificationResponse.proto
blob: 94f016bf5a09e80034d07e05d29ad808c61ef84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syntax = "proto3";

import "Event.proto";

package Tango.PMR.Diagnostics;
option java_package = "com.twine.tango.pmr.diagnostics";

message StartEventsNotificationResponse
{
	//Hardware Errors & Warnings
	repeated Event Events = 1;
}