blob: 118a3dc1824bc1591cf786ab8f12c941ab6b67f1 [file] [log] [blame]
namespace y2018;
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;