Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • With the payload:

Code Block
{
  "texthardwareId": "Heartbeat<ID>""
  "uptime": "######",
  "exhibitIP": "IP<IP_ADDRADDR>" 
  "exhibitState": "1/0/-1"
  "Temp": "##.##"
  "Voltage": #####"##.##"
}
  • Board metrics

    • Uptime - Time in minutes since last reboot

    • Exhibit IP - The exhibit server IP currently saved on the hardware

    • Exhibit State - The state of the connection from the exhibit hardware to the exhibit server (0 - = No connection, 1 - Connected= Connection, -1 = Not Set)

    • Temperature - Hardware temperature in degrees C (this is actually the Die temp for most current hardware)

    • Voltage - System supply voltage in mVV

  • The time of last heartbeat should be logged

...