Options
All
  • Public
  • Public/Protected
  • All
Menu
notexported

See type declaration

Sonde

Hierarchy

Index

Properties

Properties

enabled: boolean

Sonde Enabled

  • true = enabled
  • false = disabled

Example Payload

at Sonde Off

From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeDisabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.57.4",
"method": "SET",
"payload": {
"devices": {
"C53EBD98BBED": {
"model": 19,
"sonde": {
"enabled": false
}
}
}
}
}

at Sonde On

From ./dist/samples/json/requests/devices/vehicles/a200/peripherals/sonde/a200SondeEnabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.57.4",
"method": "SET",
"payload": {
"devices": {
"599D3ECAA89A": {
"model": 19,
"sonde": {
"enabled": true
}
}
}
}
}