Add numeric chart panel
This commit is contained in:
@@ -21,7 +21,6 @@ export const connect = (options: MqttOptions, connectionId: string) => (
|
||||
const host = url.parse(options.url).hostname
|
||||
|
||||
rendererEvents.subscribe(event, dataSourceState => {
|
||||
console.log(dataSourceState)
|
||||
if (dataSourceState.connected) {
|
||||
const didReconnect = Boolean(getState().connection.tree)
|
||||
if (!didReconnect) {
|
||||
|
||||
Reference in New Issue
Block a user