UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

19 lines (18 loc) 1.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAGNETOMETER_Z_BIGGERN_THAN_20 = exports.MAGNETOMETER_Y_BIGGERN_THAN_20 = exports.MAGNETOMETER_X_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R3_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R2_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R1_BIGGERN_THAN_20 = exports.IRFOOT_VAL_BIGGER_THAN_20 = exports.COLOR_SENSOR_RED_BIGGER_THAN_100 = exports.COLOR_SENSOR_GREEN_BIGGER_THAN_100 = exports.COLOR_SENSOR_BLUE_BIGGER_THAN_100 = exports.ACCELEROMETER_Z_BIGGERN_THAN_20 = exports.ACCELEROMETER_Y_BIGGERN_THAN_20 = exports.ACCELEROMETER_X_BIGGERN_THAN_20 = void 0; const COLOR_SENSOR_GREEN_BIGGER_THAN_100 = exports.COLOR_SENSOR_GREEN_BIGGER_THAN_100 = "Green > 100"; const COLOR_SENSOR_RED_BIGGER_THAN_100 = exports.COLOR_SENSOR_RED_BIGGER_THAN_100 = "Red > 100"; const COLOR_SENSOR_BLUE_BIGGER_THAN_100 = exports.COLOR_SENSOR_BLUE_BIGGER_THAN_100 = "Blue > 100"; const IRFOOT_VAL_BIGGER_THAN_20 = exports.IRFOOT_VAL_BIGGER_THAN_20 = "IRFOOT > 20"; const ACCELEROMETER_X_BIGGERN_THAN_20 = exports.ACCELEROMETER_X_BIGGERN_THAN_20 = "x > 20"; const ACCELEROMETER_Y_BIGGERN_THAN_20 = exports.ACCELEROMETER_Y_BIGGERN_THAN_20 = "y > 20"; const ACCELEROMETER_Z_BIGGERN_THAN_20 = exports.ACCELEROMETER_Z_BIGGERN_THAN_20 = "z > 20"; const MAGNETOMETER_X_BIGGERN_THAN_20 = exports.MAGNETOMETER_X_BIGGERN_THAN_20 = "x > 20"; const MAGNETOMETER_Y_BIGGERN_THAN_20 = exports.MAGNETOMETER_Y_BIGGERN_THAN_20 = "y > 20"; const MAGNETOMETER_Z_BIGGERN_THAN_20 = exports.MAGNETOMETER_Z_BIGGERN_THAN_20 = "z > 20"; const LIGHT_SENSOR_R1_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R1_BIGGERN_THAN_20 = "Reading1 > 20"; const LIGHT_SENSOR_R2_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R2_BIGGERN_THAN_20 = "Reading2 > 20"; const LIGHT_SENSOR_R3_BIGGERN_THAN_20 = exports.LIGHT_SENSOR_R3_BIGGERN_THAN_20 = "Reading3 > 20";