mirror of
https://github.com/gamaio/gama_api.git
synced 2024-12-22 10:32:41 +00:00
Update schema
Add an enabled option
This commit is contained in:
parent
13ae4399b2
commit
def0eb38eb
1
Schema
1
Schema
@ -28,3 +28,4 @@ cols: id, api_id, time_sent, time_rcvd, latency, data
|
|||||||
time_rcvd - datetime, the unix timestamp the server receives the response
|
time_rcvd - datetime, the unix timestamp the server receives the response
|
||||||
latency - long, the number of ms between time_sent and time_rcvd
|
latency - long, the number of ms between time_sent and time_rcvd
|
||||||
data - text json, data that the API sends to the device. This can be used to apply settings immedietly or trigger events in the device
|
data - text json, data that the API sends to the device. This can be used to apply settings immedietly or trigger events in the device
|
||||||
|
enabled - Bool, whether or not it should send the heartbeat
|
Loading…
Reference in New Issue
Block a user