Skip to content

Commit

Permalink
The setData object has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
sebilm committed Jan 28, 2024
1 parent bc5cabe commit cb48c49
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 35 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,24 @@ This ioBroker adapter receives data from myUplink.com.
11. Choose your language and all other settings.
12. Click Save and Close

Each device has an object in the object tree called `setData`. You can enter a JSON object of the form

```json
{
"12345": "42",
"23456": "1"
}
```

in this object. This makes it possible to send and change several data points to the API at the same time.
It can also be used to change data points that are not sent by the API.

## Changelog

### **WORK IN PROGRESS**

- The setData object has been added

### 0.5.0 (2024-01-14)

- Parameter IDs and categories have been added for a few heat pumps
Expand Down
46 changes: 37 additions & 9 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions build/myuplinkRepository.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/myuplinkRepository.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"mode": "daemon",
"type": "climate-control",
"compact": true,
"tier": 2,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
Expand Down
Loading

0 comments on commit cb48c49

Please sign in to comment.