Tasmota SML Parser
Go to file
dependabot[bot] f91bce0750
Bump flask from 2.0.3 to 2.2.5
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.2.5.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.2.5)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 08:43:27 +00:00
static Update app.css 2022-02-26 17:47:41 +01:00
templates Error reporting of parsing errors 2022-02-26 19:32:39 +01:00
.gitignore Initial commit 2022-02-26 17:03:36 +01:00
app.py Remove unneded logging 2022-02-27 02:45:44 +01:00
LICENSE Initial commit 2022-02-26 17:03:36 +01:00
Makefile Besseres logging 2022-02-27 02:40:09 +01:00
README.md Update README.md 2023-03-09 23:28:11 +01:00
requirements.txt Bump flask from 2.0.3 to 2.2.5 2023-05-09 08:43:27 +00:00
sml_decoder.py Update to smllib 1.2, more test data 2022-10-28 00:27:07 +02:00
test-data.txt Update to smllib 1.2, more test data 2022-10-28 00:27:07 +02:00

tasmota-sml-parser

Webapp to conveniently parse Tasmota SML Dump output and display the actual data contained.

Makes building a Tasmota SML Script much easier.

Online Demo is at https://tasmota-sml-parser.dicp.net/.