Skip to content

Commit

Permalink
Merge pull request #42 from mhzawadi/0.1.3
Browse files Browse the repository at this point in the history
I41/Problem with DeviceID
  • Loading branch information
mhzawadi authored Mar 4, 2024
2 parents ef57311 + 0fcdb1d commit e9c58d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/model/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

class config extends json {

public $foxess_username;
public $foxess_password;
public $foxess_apikey;
public $foxess_lang;
public $device_id;
public $mqtt_host;
public $mqtt_port;
public $mqtt_user;
Expand All @@ -26,7 +23,6 @@ public function __construct(){
}

$this->foxess_apikey = $config['foxess_apikey'];
$this->device_id = $config['device_id'];
$this->mqtt_host = $config['mqtt_host'];
$this->mqtt_port = $config['mqtt_port'];
$this->mqtt_user = $config['mqtt_user'];
Expand Down
3 changes: 0 additions & 3 deletions template/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"foxess_username": "changeme",
"foxess_password": "changeme",
"foxess_apikey": "changeme",
"foxess_lang": "en",
"device_id": "changeme",
"mqtt_host": "changeme",
"mqtt_port": "changeme",
"mqtt_user": "changeme",
Expand Down

0 comments on commit e9c58d1

Please sign in to comment.