Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ To test telegram handling create a channel with name development and in this cha

## Changelog


### **WORK IN PROGRESS**
- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now.

### 0.9.4 (2024-10-12)
* (Jey Cee) fix use gateway fgw(-14) with ser2net
* (Jey Cee) add notice to the ser2net switch
Expand Down
3 changes: 1 addition & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"adminUI": {
"config": "materialize"
},
Expand All @@ -94,7 +93,7 @@
},
"dependencies": [
{
"js-controller": ">=3.0.0"
"js-controller": ">=6.0.11"
}
]
},
Expand Down
Loading