Skip to content

Commit

Permalink
Add additional mirror signals
Browse files Browse the repository at this point in the history
Inspired by the Android signals MIRROR_LOCK and MIRROR_FOLD

Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch committed Jul 3, 2023
1 parent 0a23647 commit ffc2a9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/Body/ExteriorMirrors.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ IsHeatingOn:
datatype: boolean
type: actuator
description: Mirror Heater on or off. True = Heater On. False = Heater Off.

IsLocked:
datatype: boolean
type: actuator
description: Is mirror movement locked? True = Locked, mirror will not react to Tilt/Pan change. False = Unlocked.

IsFolded:
datatype: boolean
type: actuator
description: Is mirror folded?. True = Fully or partially Folded. False = Fully unfolded.

0 comments on commit ffc2a9e

Please sign in to comment.