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.10",
"method": "SET",
"payload": {
"devices": {
"9DB8E67A4B90": {
"model": 19,
"cameraHead": {
"model": 106,
"light": {
"intensity": 84
}
}
}
}
}
}
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.10",
"method": "SET",
"payload": {
"devices": {
"10B9F8644C12": {
"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.10",
"method": "SET",
"payload": {
"devices": {
"1524E9FE2DE2": {
"model": 19,
"cameraHead": {
"model": 106,
"light": {
"intensity": 100
}
}
}
}
}
}
0
100
See type declaration
💡 Light