// @flow export const MQTT_DISCONNECT = "DISCONNECT"; export const MQTT_CONNECT = "CONNECT"; export const MQTT_MESSAGE = "MESSAGE";