Highly configurable MQTT map interface
Find a file
uwap ccd9bcd3b5 Types are now bidirectional
It is still possible to define types as functions (Buffer => string for 
state topics, string => Buffer for command topics). Otherwise types have 
from and to properties.
(Fixes #101)
2020-10-19 05:45:09 +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 Types are now bidirectional 2020-10-19 05:45:09 +02:00
types Types are now bidirectional 2020-10-19 05:45:09 +02:00
.babelrc Various improvements 2020-10-08 20:31:42 +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 Various improvements 2020-10-08 20:31:42 +02:00
package.json Various improvements 2020-10-08 20:31:42 +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 Types are now bidirectional 2020-10-19 05:45:09 +02:00
yarn.lock Various improvements 2020-10-08 20:31:42 +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.