Skip to content

Commit

Permalink
Add more locks and door status to en
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE committed Dec 11, 2023
1 parent 5ca2a00 commit 7109c79
Showing 1 changed file with 100 additions and 4 deletions.
104 changes: 100 additions & 4 deletions custom_components/mbapi2020/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,108 @@
"4": "Unknown"
},
"state_attributes": {
"decklidstatus": {
"name": "Deck lid",
"state": {
"false": "closed",
"true": "open"
}
},
"doorstatusfrontleft": {
"name": "Door front left",
"state": {
"false": "closed",
"true": "open"
}
},
"doorstatusfrontright": {
"name": "Door front right",
"state": {
"false": "closed",
"true": "open"
}
},
"doorstatusrearleft": {
"name": "Door rear left",
"state": {
"false": "closed",
"true": "open"
}
},
"doorstatusrearright": {
"name": "Door rear right",
"state": {
"false": "closed",
"true": "open"
}
},
"doorlockstatusfrontleft": {
"name": "Door lock front left",
"state": {
"false": "locked",
"true": "unlocked"
}
},
"doorlockstatusfrontright": {
"name": "Door lock front right",
"state": {
"false": "locked",
"true": "unlocked"
}
},
"doorlockstatusrearleft": {
"name": "Door lock rear left",
"state": {
"false": "locked",
"true": "unlocked"
}
},
"doorlockstatusrearright": {
"name": "Door lock rear right",
"state": {
"false": "locked",
"true": "unlocked"
}
},
"doorlockstatusgas": {
"name": "Gas lock",
"state": {
"false": "locked",
"true": "unlocked"
}
},
"enginehoodstatus": {
"name": "Engine hood",
"state": {
"false": "closed",
"true": "open"
}
},
"doorstatusoverall": {
"name": "Door status overall",
"state": {
"0": "open",
"1": "closed",
"2": "not existing",
"3": "unknown"
}
},
"sunroofstatus": {
"name": "Sunroof status",
"state": {
"0": "Open",
"1": "Closed",
"2": "Not existing",
"3": "Unknown"
"0": "closed",
"1": "open",
"2": "lifting open",
"3": "running",
"4": "anti-booming position",
"5": "sliding intermediate",
"6": "lifting intermediate",
"7": "opening",
"8": "closing",
"9": "anti-booming lifting",
"10": "intermediate position",
"11": "opening lifting",
"12": "closing lifting"
}
}
}
Expand Down

0 comments on commit 7109c79

Please sign in to comment.