blob: cbc65b3eec3785f3511d2aecd672a5817ce802fb [file] [log] [blame] [edit]
namespace y2019;
table StatusLight {
// How bright to make each one. 0 is off, 1 is full on.
red:float (id: 0);
green:float (id: 1);
blue:float (id: 2);
}
root_type StatusLight;