Skip to content

Instantly share code, notes, and snippets.

@m1ari
Created March 10, 2016 11:37
Show Gist options
  • Save m1ari/3d6c76dae8383aa94eca to your computer and use it in GitHub Desktop.
Save m1ari/3d6c76dae8383aa94eca to your computer and use it in GitHub Desktop.
ukhasnet data types (DB)
ukhasnet-prod1=# select * from ukhasnet.fieldtypes;
id | type | name | dataid
----+----------+--------------------+--------
1 | Float | Temperature | T
2 | Float | Voltage | V
3 | Float | RSSI | R
4 | Float | Pressure | P
5 | Float | Humidity | H
6 | Location | Location | L
7 | Float | Sun | S
9 | Integer | Zombie mode status | Z
10 | Integer | RX Packet Count | C
8 | Integer | Wind Speed | W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment