Skip to content

Commit

Permalink
fix D2-05-00 Goto top/bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jey-Cee committed Jun 30, 2023
1 parent d9187cf commit 6af5b76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions lib/definitions/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -4309,11 +4309,11 @@
"help": {
"en": {
"1": "Click on 'Add Device'.",
"2": "Start teachin mode on your Rollershutter. For more information please read the manual of Rollershutter."
"2": "Press the button on the Roller-shutter 3 times. For more information please read the manual of Roller-shutter."
},
"de": {
"1": "Auf 'Gerät Hinzufügen' klicken.",
"2": "Anlernmodus am Rollershutter starten. Für weitere informationen bitte die Anleitung des Rollershutter lesen."
"2": "3 mal die Taste am Rollladenaktor drücken. Für weitere informationen bitte die Anleitung des Rollladenaktor lesen."
}
}
},
Expand Down
6 changes: 4 additions & 2 deletions lib/definitions/eep/A5-12/A5-12-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"type": "number",
"read": true,
"write": false,
"def": 0
"def": 0,
"unit": "kWh"
},
"native": {}
},
Expand Down Expand Up @@ -48,7 +49,8 @@
"type": "number",
"read": true,
"write": false,
"def": 0
"def": 0,
"unit": "W"
},
"native": {}
}
Expand Down
16 changes: 4 additions & 12 deletions lib/definitions/eep/D2-05/D2-05-00.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,18 +460,14 @@
"description": "Command identifier",
"bitoffs": "28",
"bitsize": "4",
"value": {
"var": 1
}
"value": 1
},
{
"data": "fixed parameter",
"description": "Vertical Position",
"bitoffs": "1",
"bitsize": "7",
"value": {
"var": 0
}
"value": 0
},
{
"data": "Rotation Angle",
Expand Down Expand Up @@ -528,18 +524,14 @@
"description": "Command identifier",
"bitoffs": "28",
"bitsize": "4",
"value": {
"var": 1
}
"value": 1
},
{
"data": "fixed parameter",
"description": "Vertical Position",
"bitoffs": "1",
"bitsize": "7",
"value": {
"var": 100
}
"value": 100
},
{
"data": "Rotation Angle",
Expand Down

0 comments on commit 6af5b76

Please sign in to comment.