First commit

This commit is contained in:
uwap 2017-09-12 19:17:33 +02:00
commit 9d69521b26
14 changed files with 3636 additions and 0 deletions

5
src/stateActions.js Normal file
View file

@ -0,0 +1,5 @@
// @flow
export const MQTT_DISCONNECT = "DISCONNECT";
export const MQTT_CONNECT = "CONNECT";
export const MQTT_MESSAGE = "MESSAGE";