diff --git a/modules/Tasmota.php b/modules/Tasmota.php new file mode 100644 index 0000000..c1ca94e --- /dev/null +++ b/modules/Tasmota.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/arendst/Tasmota/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>