blob: 90d4eec86a0548f5342d0ef98587600a46c2493f [file] [log] [blame]
Brian Silverman37281fc2018-03-11 18:42:17 -07001package y2018;
2
3message StatusLight {
4 // How bright to make each one. 0 is off, 1 is full on.
5 float red;
6 float green;
7 float blue;
8};