Highly configurable MQTT map interface
Find a file
dependabot[bot] bb8f5be644
Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 10:32:54 +00:00
config Better sliders! 2020-10-19 06:24:04 +02:00
css refactor webpack config 2018-06-19 12:35:10 +02:00
src Update webpack and leaflet 2022-11-23 11:31:40 +01: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 Update dependencies 2020-10-19 07:40:14 +02:00
.flowconfig Update dependencies 2022-11-22 20:13:13 +01: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 Update webpack and leaflet 2022-11-23 11:31:40 +01: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 Update webpack and leaflet 2022-11-23 11:31:40 +01:00
yarn.lock Bump lodash from 4.17.20 to 4.17.21 2022-11-23 10:32:54 +00: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.