Clamps Dictionary
ssensor-set-delta
Function
(ssensor-set-delta id g-value)
Set the send-delta motion threshold on sensor id in g units. The threshold is the minimum change in acceleration magnitude between consecutive packets required to trigger a transmission. 0 disables the gate. Default: 0.0625g (512 LSB). The firmware squares the value internally.
Arguments
id |
Integer in the range [1..127] denoting the id of the sensor. |
g-value |
Threshold in g units (e.g. 0.01 = 10 millig). 0 = disable. |