From a4570a62882e344f0c64bca3749efd0cc63e57c6 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 1 Feb 2020 23:46:58 +0100 Subject: [PATCH] Add Tasmota --- modules/Tasmota.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Tasmota.php 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; + } +} + +?>