Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jan 22, 2024
1 parent 79523b1 commit 715a08b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/Vehicle/DigitalKey.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
# There are several reasons why a key state may change. Note that the implementation is outside the scope of this spec.
#
# Examples (informative):
# - If the primary key paring state changes to UNPAIRED all existing secondary keys may be terminated or removed.
# - If the vehicle identity (DigitalKey.VehicleId) changes all existing keys may be terminated or removed.
# - If the primary key pairing state changes to UNPAIRED all existing secondary keys may be terminated or removed.
# - If the vehicle identity (DigitalKey.VehicleId) changes, all existing keys may be terminated or removed.
#
#
# Key Capabilities and Key Presence
#
# Keys may have different capabilities. Some keys can be used to drive the vehicle while others
# only can be used for specific purposes or with specific restrictions.
# The VSS model does not make any assumptions on what capabilities exist, but includes a signal
# DigitalKey.KeyData.KeyCapability (of string datatype) which can be used to show capabilities
# DigitalKey.KeyData.KeyCapability (of string datatype) that can be used to show capabilities
# of the current key.
#
# Multiple digital keys may be in the vicinity of the vehicle simultaneously.
Expand All @@ -93,7 +93,7 @@ DigitalKey.VehicleId:
DigitalKey.PairingState:
datatype: string
type: sensor
allowed: ['UNPAIRED', 'PAIRED', 'PAIRING','BLOCKED']
allowed: ['UNPAIRED', 'PAIRED', 'PAIRING', 'BLOCKED']
description: Pairing State for the primary digital key.
UNPAIRED indicates that no valid primary key exists for the vehicle.
PAIRED indicates that pairing has been performed and valid primary key has been registered.
Expand Down

0 comments on commit 715a08b

Please sign in to comment.