From 5e15270cf5b687d537372fed6b44e9ea251ad118 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 2 Nov 2021 11:17:55 +0100 Subject: [PATCH] Add Domoticz --- modules/Domoticz.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Domoticz.php diff --git a/modules/Domoticz.php b/modules/Domoticz.php new file mode 100644 index 0000000..261991e --- /dev/null +++ b/modules/Domoticz.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/domoticz/domoticz/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>