Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions spec/Vehicle/Connectivity.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ IsConnectivityAvailable:
comment: This signal can be used by onboard vehicle services to decide what features that
shall be offered to the driver, for example disable the 'check for update' button if vehicle does
not have connectivity.

Cellular:
type: branch
description: Cellular network connectivity and status information.

Cellular.IsJammingDetected:
type: sensor
datatype: boolean
description: Indicates whether cellular radio signal jamming or interference is detected that prevents normal communication.
Loading