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