Changes

added record structure
Line 143: Line 143:  
|}
 
|}
 
|}
 
|}
|}
  −
{| style="width: 100%;"
  −
|
  −
== Shutdown command ==
  −
  −
* ''shutdown'' –SMS/GPRS command, used to shutdown device. Device should respond with “Shutdown has been initiated” an turn off in 15 s after receiving command.
  −
  −
  −
After shutdown device should be able to turn on by pressing powerkey, or connecting charger.
  −
[[File:Pav3.png|center|thumb]]
  −
  −
[[Category:TMT250 Configuration]]
   
|}
 
|}
 
{| style="width: 100%;"
 
{| style="width: 100%;"
Line 416: Line 404:  
|–
 
|–
 
|Configure up to 50 different EYE Sensor Name filters
 
|Configure up to 50 different EYE Sensor Name filters
 +
|}
 +
<br>
 +
 +
[[Category:TMT250 Configuration]]
 +
|}
 +
{| style="width: 100%;"
 +
|
 +
== Record structure ==
 +
EYE sensor record stores multiple eye sensors data that match with names in eye sensor name list.
 +
{| class="wikitable"
 +
|+
 +
!Param ID
 +
!Name
 +
!Data type
 +
!Description
 +
|-
 +
|–
 +
|Length
 +
|Uint8_t
 +
|Reserved. Added to each EYE Sensor start. Currently always 0.
 +
|-
 +
|5
 +
|Device Name
 +
|Array
 +
|Device’s name from Device Name List tab
 +
|-
 +
|6
 +
|Temperature
 +
|Int16_t
 +
|Temperature value measured by EYE Sensor from List. Values from -32768 to +32768 with 0.01 C delta
 +
|-
 +
|7
 +
|Humidity
 +
|Uint8_t
 +
|Humidity measured by EYE Sensor from List. Values from 0 to 100%
 +
|-
 +
|8
 +
|Magnet
 +
|Uint8_t
 +
|Magnet measured by EYE Sensor from List. Values from 0 to 1
 +
|-
 +
|9
 +
|Movement
 +
|Uint8_t
 +
|Movement measured by EYE Sensor from List. Values
 +
|-
 +
|10
 +
|Movement count
 +
|Uint16_t
 +
|Movement counts measured by EYE Sensor from List. Values
 +
|-
 +
|11
 +
|Angle Pitch
 +
|Int8_t
 +
|Pitch Angle measured by EYE Sensor from List. Values from
 +
|-
 +
|12
 +
|Angle Roll
 +
|Int16_t
 +
|Roll Angle measured by EYE Sensor from List. Values from
 +
|-
 +
|13
 +
|Low Battery State
 +
|Uint8_t
 +
|Low battery state measured by EYE Sensor from List. Values from 0 to 1
 +
|-
 +
|14
 +
|Battery Voltage
 +
|Uint16_t
 +
|Battery voltage measured by EYE Sensor from List
 +
|-
 +
|15
 +
|MAC address
 +
|Uint8_t array
 +
|Device’s MAC address
 +
|-
 +
|16
 +
|Magnet Trigger Count
 +
|Uint16_t
 +
|Magnetic sensor trigger counts measured by EYE Sensor from List Values
 
|}
 
|}
 
<br>
 
<br>