.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>~9.8</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>~-9.8</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>~9.8</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>~-9.8</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>~-9.8</b> other axis value will be <b>~0</b>.<br/>"
- "6. Place device on bottom edge, Y axis value will be ~9.8 other axis value will be ~0.<br/>"
+ .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 vlaue < max valueother axis value will be ~0.<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,