NubeIO / grafana-read-write-panel-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Grafana R/W Panel for showing value on slider/switch and also writing value of:

  • SingleStat (for just read)
  • Slider
  • Switch
  • MultiSwitch

Constraint:

  • It needs MQTT Data Source

Getting started

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

About

License:Apache License 2.0