blob: e51decbbeaae54009d0fbb24630e72668eafca46 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace y2018;
2
3table StatusLight {
4 // How bright to make each one. 0 is off, 1 is full on.
5 red:float;
6 green:float;
7 blue:float;
8}
9
10root_type StatusLight;