Releases: tjjfvi/OctoPrint-IFTTT
Releases · tjjfvi/OctoPrint-IFTTT
v1.4.1
What's Changed
- Added ability to specify and call a custom webhook instead of specifying maker keys by @derekantrican in #40
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.1
v1.3.0
1.2.1
1.2.0
Added time formatting: use $tC{value}
, where C
is one of:
:
H:MM
(e.g.1:02
)$
:H:MM:SS
(e.g.1:02:34
)h
:Hh
(e.g.1h
)m
:Hh Mm
(e.g.1h 2m
)s
:Hh Mm Ss
(e.g.1h 2m 34s
)
Examples:
$t:.time
: show time print took inH:MM
format,$tm.time
: show time print took inHh Mm
format.