Versions Compared

Key

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

...

Code Block
languagejson
// Format schema here as JSON
{
  info: string, // Encompasses the second line of the QR scan result
  date: string,
  time: string,
  device_id: string,
  sensor_id: string
}

Encoding

Sizes need to be determined for this.

Code Block
languagenone
$info;date;time;device_id;sensor_id;

...