LicensePlate
License plate lights.
type LicensePlate {
isDefect: Boolean
isOn: Boolean
}
Fields
LicensePlate.isDefect ● Boolean scalar
Indicates if light is defect. True = Light is defect. False = Light has no defect.
LicensePlate.isOn ● Boolean scalar
Indicates if light is on or off. True = On. False = Off.
Member Of
Lights object