UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

17 lines (16 loc) 687 B
export declare const DISK_SENSOR_COMMAND: { readonly DEACTIVATE_SENSOR: "Deactivate Sensor"; readonly ACTIVATE_SENSOR: "Activate Sensor"; readonly CALIBRATE_SENSOR: "Calibrate Sensor"; readonly CONFIGURE_MODULE: "Configure Module"; }; export declare const DISK_SENSOR_STATUS: { readonly SENSOR_STANDBY: "Sensor Standby"; readonly SENSOR_DEACTIVATED: "Sensor Deactivated"; readonly SENSOR_ACTIVATED: "Sensor Activated"; readonly SENSOR_HIT: "Sensor Hit"; readonly SENSOR_CALIBRATED: "Sensor Calibrated"; readonly SENSOR_IN_ZONE: "Sensor In Zone"; readonly MODULE_IN_CONFIGURATION: "Module In Configuration"; readonly UNKNOWN: "Unknown"; };