Skip to content

Commit

Permalink
add support for "etrvStatus"
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Mar 30, 2024
1 parent ed70ba2 commit 1614cb0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bosch_thermostat_client/db/easycontrol/040000.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": "etrv/valvePosition",
"name": "Valve position",
"type": "regular"
},
"etrvStatus": {
"id": "etrv/status",
"name": "Etrv status",
"type": "regular"
}
},
"switches": {
Expand Down
5 changes: 5 additions & 0 deletions bosch_thermostat_client/db/easycontrol/040200.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": "etrv/valvePosition",
"name": "Valve position",
"type": "regular"
},
"etrvStatus": {
"id": "etrv/status",
"name": "Etrv status",
"type": "regular"
}
},
"switches": {
Expand Down
5 changes: 5 additions & 0 deletions bosch_thermostat_client/db/easycontrol/040201.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": "etrv/valvePosition",
"name": "Valve position",
"type": "regular"
},
"etrvStatus": {
"id": "etrv/status",
"name": "Etrv status",
"type": "regular"
}
},
"switches": {
Expand Down
5 changes: 5 additions & 0 deletions bosch_thermostat_client/db/easycontrol/040202.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": "etrv/valvePosition",
"name": "Valve position",
"type": "regular"
},
"etrvStatus": {
"id": "etrv/status",
"name": "Etrv status",
"type": "regular"
}
},
"switches": {
Expand Down
5 changes: 5 additions & 0 deletions bosch_thermostat_client/db/easycontrol/040203.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": "etrv/valvePosition",
"name": "Valve position",
"type": "regular"
},
"etrvStatus": {
"id": "etrv/status",
"name": "Etrv status",
"type": "regular"
}
},
"switches": {
Expand Down
2 changes: 1 addition & 1 deletion bosch_thermostat_client/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.25.0-dev.6"
__version__ = "0.25.0-dev.7"

0 comments on commit 1614cb0

Please sign in to comment.