Clamps Dictionary
add-sensor
Function
(add-sensor id)
Add an Accelerometer sensor with id accessible from a Firefox Browser on a Mobile device at the URL http://<local-ip>:54619/id to the sensor registry.
Note that the id in the URL will be written without the colon of the
keyword. An id of :sensor1
will result in the URL
http://<local-ip>:54619/sensor1
.
Arguments
id |
Keyword denoting the id of the sensor. |