diff --git a/modules/IoBroker.php b/modules/IoBroker.php index 9523de1..0f34026 100644 --- a/modules/IoBroker.php +++ b/modules/IoBroker.php @@ -6,7 +6,7 @@ class IoBroker extends PatchBase { } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/ioBroker/ioBroker/releases/latest')) - return $this->parse_json('tag_name'); + return $this->parse_json('name'); return false; } }