Closed apihlaja closed 7 years ago
At the moment, each data update have a little bit different payload. I think I'll add new update event which uses same structure for all events, something like:
update
{ timestamp: new Date(), type: 'Disconnected', data: null }
At the moment, each data update have a little bit different payload. I think I'll add new
update
event which uses same structure for all events, something like: