Light Intensity
Light intensity, intensity of zero is off.
From ./dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityRandomSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.12",
"method": "SET",
"payload": {
"devices": {
"4722512FC1B7": {
"model": 19,
"cameraHead": {
"model": 106,
"light": {
"intensity": 49
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityMinSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.12",
"method": "SET",
"payload": {
"devices": {
"D02891843716": {
"model": 19,
"cameraHead": {
"model": 106,
"light": {
"intensity": 0
}
}
}
}
}
}
From ./dist/samples/json/requests/devices/vehicles/a200/cameraHead/a200CameraHead/light/a200A200CameraHeadLightIntensityMaxSample.json
{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.58.12",
"method": "SET",
"payload": {
"devices": {
"53681E725E29": {
"model": 19,
"cameraHead": {
"model": 106,
"light": {
"intensity": 100
}
}
}
}
}
}
0
100
See type declaration
💡 Light