Highly configurable MQTT map interface
Find a file
2020-10-08 18:05:40 +02:00
config Fix eslint errors 2020-10-08 08:46:06 +02:00
css refactor webpack config 2018-06-19 12:35:10 +02:00
src Define icon transformations on withState 2020-10-08 17:40:42 +02:00
types Do not use internal and actual values anymore (Fixes #42) 2018-06-28 21:25:06 +02:00
.babelrc Fix svg import & update dependencies 2020-10-04 18:46:37 +02:00
.eslintrc.js Use eslint-plugin-fp on warn level for a major future refactoring 2018-09-01 13:28:51 +02:00
.flowconfig Fix svg import & update dependencies 2020-10-04 18:46:37 +02:00
.gitignore Fix the icon color + allow changing icons depending on the state 2017-11-11 05:44:04 +01:00
.travis.yml Greenkeeper is deprecated 2020-10-04 18:56:00 +02:00
index.ejs Use material-design-icons instead of material-icons 2017-11-06 05:50:15 +01:00
package.json Improve the entire icon logic 2020-10-08 08:36:56 +02:00
README.md Link to the wiki 2020-10-08 18:05:40 +02:00
shell.nix Automatically run flow on build 2017-10-27 16:40:42 +02:00
travis-upload-artifacts.sh Upload artifacts 2018-02-11 19:58:58 +01:00
travis.sh refactor webpack config 2018-06-19 12:35:10 +02:00
webpack.config.js Fix svg import & update dependencies 2020-10-04 18:46:37 +02:00
yarn.lock Improve the entire icon logic 2020-10-08 08:36:56 +02:00

MQTT Control Map

Build Status

Development / Configuration

  1. run yarn to install all dependencies.
  2. run yarn watch CONFIG to run a local build server that automatically builds your the mqtt control map for the given CONFIG everytime something changes.
  3. run yarn dev CONFIG to create just a single build of the mqtt control map for the given config.
  4. run yarn build CONFIG to generate all files for production use.

Documentation

The documentation can be found in our mqtt-control-map wiki.