2017-11-30 18:38:04 +01:00
|
|
|
{
|
2017-11-30 18:41:34 +01:00
|
|
|
"sensors.UltraSonicSensor.distance": "Gets the distance from the sonar in centimeters",
|
2017-11-30 18:38:04 +01:00
|
|
|
"sensors.UltraSonicSensor.onEvent": "Registers code to run when the given color is close",
|
|
|
|
"sensors.UltraSonicSensor.onEvent|param|handler": "the code to run when detected",
|
2018-01-09 21:46:48 +01:00
|
|
|
"sensors.UltraSonicSensor.pauseUntil": "Waits for the event to occur",
|
|
|
|
"sensors.UltraSonicSensor.setThreshold": "Sets a threshold value",
|
|
|
|
"sensors.UltraSonicSensor.setThreshold|param|condition": "the dark or bright light condition",
|
2018-01-30 17:27:23 +01:00
|
|
|
"sensors.UltraSonicSensor.setThreshold|param|value": "the value threshold",
|
|
|
|
"sensors.UltraSonicSensor.threshold": "Gets the threshold value",
|
|
|
|
"sensors.UltraSonicSensor.threshold|param|condition": "the proximity condition"
|
2017-11-30 18:38:04 +01:00
|
|
|
}
|