Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 4, 2024
1 parent 4eb7a18 commit d2847af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/class/netatmo.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ public static function sendJeedomConfig() {
}
}

public static function serviceInfo() {
$market = repo_market::getJsonRpc();
if (!$market->sendRequest('netatmo::serviceInfo')) {
throw new Exception($market->getError(), $market->getErrorCode());
}
return $market->getResult();
}

public static function getClient() {
if (self::$_client == null) {
self::$_client = new netatmo_standalone_api(array(
Expand Down

0 comments on commit d2847af

Please sign in to comment.