Skip to content

Tags: jneilliii/OctoPrint-Tasmota

Tags

1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.1.4 (#207)

* update to plotly.js v2.8.3
* add heaters to ignore for idle timeout processing, #202
* fix ignored heaters split logic, #206

1.1.4rc2

add heaters to ignore for idle timeout processing, #202

1.1.4rc1

Merge branch 'rc' of https://github.com/jneilliii/OctoPrint-Tasmota i…

…nto rc

1.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.1.3 (#189)

* added `@TASMOTAON <ip> <indx>` and `@TASMOTAOFF <ip> <indx>` gcode commands to resolve issues with firmware that errors with M80/M81 commands, resolves #178
* make polling_interval float to allow for sub-minute polling
* change from tooltip to popover, thanks to @ManuelMcLure
* added theme support to power graph

1.1.3rc6

better background color detection for themes that takes into account …

…inheritance.

1.1.3rc5

add theme support to power graph

1.1.3rc3

fix float on polling check

1.1.3rc2

make polling_interval float to allow for sub-minute polling

1.1.3rc1

add @TASMOTAON and @TASMOTAOFF commands, #178