Skip to content

Commit

Permalink
Require js-controller >=3.3.22 and admin >=5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebilm committed Oct 2, 2022
1 parent 43e7716 commit e8a7068
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ https://github.com/sebilm/ioBroker.nibeuplink/blob/master/nibe-fetcher.js#L41

## Changelog
### **WORK IN PROGRESS**
- Requires js-controller >= 3.3.22 and admin >= 5.0.0
- Update some files from up-to-date adapter creator
- Bump dependencies

### 1.1.1 - 2022-04-02:
### 1.1.1 - 2022-04-02
- Fix write support (does not send zero) #6 #128
- Bump dependencies

### 1.1.0 - 2022-02-06:
### 1.1.0 - 2022-02-06

- Switch to TypeScript
- Use axios instead of wreck
Expand Down
12 changes: 9 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,17 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"supportCustoms": false,
"adminUI": {
"config": "materialize"
},
"dependencies": [
{
"js-controller": ">=2.0.0"
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
Expand Down

0 comments on commit e8a7068

Please sign in to comment.