.parent = "Sensor",
.apptype = TBT_APP_SENSOR_ACCELEROMETER,
.icon_name = "dummy",
- .info = "1. Place device in a flat surface <b>facing upside</b>, <b>Z axis</b> value will be <b>~max value or value > 0 and value < max value</b> other axis value will be <b>~0</b>.<br/>"
- "2. Rotate device <b>upside down</b>, <b>Z</b> axis value will be <b>~min value or value < 0 and value > min value</b> other axis value will be <b>~0</b>.<br/>"
- "3. Place device on <b>Left edge</b>, <b>X</b> axis value will be <b>~max value or value > 0 and value < max value</b> other axis value will be <b>~0</b>.<br/>"
- "4. Place device on <b>Right edge</b>, <b>X</b> axis value will be <b>~min value or value < 0 and value > min value</b> other axis value will be <b>~0</b>.<br/>"
- "5. Place device on <b>top edge</b>, <b>Y</b> axis value will be <b>~min value or value < 0 and value > min value</b> other axis value will be <b>~0</b>.<br/>"
- "6. Place device on bottom edge, Y axis value will be ~max value or value > 0 and value < max value other axis value will be ~0.<br/>"
- "7. with the rotation of device Cube will rotate in same orientation.<br/>"
- "7. Min-Max Value range will be shown in top of axis info",
+ .info = "1. Place device in a flat surface <b>facing upside</b>, <b>Z axis</b> value will be <b>~max value or value in range b/w 0 and max value </b> other axis value will be <b>~0</b>.<br/>"
+ "2. Rotate device <b>upside down</b>, <b>Z</b> axis value will be <b>~min value or value in range b/w min value and 0 </b> other axis value will be <b>~0</b>.<br/>"
+ "3. Place device on <b>Left edge</b>, <b>X</b> axis value will be <b>~max value or value in range b/w 0 and max value</b> other axis value will be <b>~0</b>.<br/>"
+ "4. Place device on <b>Right edge</b>, <b>X</b> axis value will be <b>~min value or value in range b/w min value and 0</b> other axis value will be <b>~0</b>.<br/>"
+ "5. Place device on <b>top edge</b>, <b>Y</b> axis value will be <b>~min value or value in range b/w min value and 0</b> other axis value will be <b>~0</b>.<br/>"
+ "6. Place device on bottom edge, Y axis value will be <b>~max value or value in range b/w 0 and max value</b> other axis value will be <b>~0</b>.<br/>"
+ "7. With the rotation of device Cube will rotate in same orientation.<br/>"
+ "8. Min-Max Value range will be shown in top of axis info",
.result = 0,
.sensortype = SENSOR_ACCELEROMETER,
.units = SENSOR_UNIT_METRE_PER_SECOND_SQUARED,