blob: 246744cf526609c5bc921f1ee8f6050c692cc036 [file] [log] [blame]
package y2018;
message StatusLight {
// How bright to make each one. 0 is off, 1 is full on.
float red;
float green;
float blue;
};
queue StatusLight status_light;