Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
* (Apollon77) Update for js-controller 5.0
  • Loading branch information
Apollon77 committed Jul 19, 2023
1 parent 22a3e48 commit 8e0f2ff
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 92 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
[B-Control](http://www.b-control.com/) Energy Manager

## Changelog

### __WORK IN PROGRESS__
* (Apollon77) Update for js-controller 5.0
### 0.3.1 (2023-07-19)
* (Apollon77) Update for js-controller 5.0

### 0.2.1
* (bluefox) performance optimisation
Expand Down
185 changes: 99 additions & 86 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,104 @@
{
"common": {
"name": "b-control-em",
"version": "0.3.0",
"news": {
"0.2.1": {
"en": "Performance optimisation",
"de": "Performance optimiert",
"ru": "Performance optimisation"
}
},
"title": "B-control Energy Manager",
"titleLang": {
"en": "B-control Energy Manager",
"de": "B-control Energy Manager",
"ru": "B-control Energy Manager"
},
"desc": {
"en": "Polls data from B-control Energy Manager",
"de": "Holt Daten vom B-control Energy Manager",
"ru": "Polls data from B-control Energy Manager"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "bcontrol.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.b-control-em/master/admin/bcontrol.png",
"loglevel": "info",
"authors": [
"hobbyquaker <hq@ccu.io>"
],
"license": "MIT",
"type": "energy",
"readme": "https://github.com/ioBroker/ioBroker.b-control-em/blob/master/README.md",
"keywords": [
"B-control",
"bcontrol",
"energy",
"manager",
"Energy Manager",
"Busch-Jäger",
"EM",
"metering",
"power",
"consumption",
"smartmeter"
]
"common": {
"name": "b-control-em",
"version": "0.3.1",
"news": {
"0.3.1": {
"en": "Update for js-controller 5.0",
"de": "Update für js-controller ANHANG",
"ru": "Обновление для js-controller 5,0",
"pt": "Atualização para js-controller 5",
"nl": "Update voor Js-controller 5.0",
"fr": "Update for js-controller 5.0",
"it": "Aggiornamento per js-controller 5.0",
"es": "Actualización para js-controller 5.0",
"pl": "Update for js-controller 5.0",
"uk": "Оновлення для js-controller 2.6 км",
"zh-cn": "A. 控制容忍的最新情况 5.0"
},
"0.2.1": {
"en": "Performance optimisation",
"de": "Performance optimiert",
"ru": "Performance optimisation"
}
},
"native": {
"host": "172.16.23.138",
"pause": 6500,
"pass": ""
"title": "B-control Energy Manager",
"titleLang": {
"en": "B-control Energy Manager",
"de": "B-control Energy Manager",
"ru": "B-control Energy Manager"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to my sensors",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "inclusionOn",
"type": "state",
"common": {
"role": "state",
"name": "Inclusion mode activated",
"desc": "If inclusion mode on or off",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
"desc": {
"en": "Polls data from B-control Energy Manager",
"de": "Holt Daten vom B-control Energy Manager",
"ru": "Polls data from B-control Energy Manager"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "bcontrol.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.b-control-em/master/admin/bcontrol.png",
"loglevel": "info",
"authors": [
"hobbyquaker <hq@ccu.io>"
],
"license": "MIT",
"type": "energy",
"readme": "https://github.com/ioBroker/ioBroker.b-control-em/blob/master/README.md",
"keywords": [
"B-control",
"bcontrol",
"energy",
"manager",
"Energy Manager",
"Busch-Jäger",
"EM",
"metering",
"power",
"consumption",
"smartmeter"
]
},
"native": {
"host": "172.16.23.138",
"pause": 6500,
"pass": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to my sensors",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "inclusionOn",
"type": "state",
"common": {
"role": "state",
"name": "Inclusion mode activated",
"desc": "If inclusion mode on or off",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.b-control-em",
"description": "B-control Energy Manager",
"version": "0.3.0",
"version": "0.3.1",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
"hobbyquaker <hq@ccu.io>",
Expand Down

0 comments on commit 8e0f2ff

Please sign in to comment.