API call to activate white LED Dahuha SD3E405DB-GNY-A-PV1

t1m0

n3wb
Joined
Jul 12, 2024
Messages
1
Reaction score
0
Location
Germany
Hello, I have the dahua SD3E405DB-GNY-A-PV1. Unfortunately I can't find a suitable api call to activate the warm led via http api.

The siren and the blue-red alarm work fine with:

Turn warning lights (red/blue lights)
ON:

OFF:

Play sound (siren)
ON:

OFF:

This command gives me the following values:


table.Lighting_V2[0][0][0].Correction=50
table.Lighting_V2[0][0][0].LightType=InfraredLight
table.Lighting_V2[0][0][0].Mode=ZoomPrio
table.Lighting_V2[0][0][0].NearLight[0].Angle=50
table.Lighting_V2[0][0][0].NearLight[0].Light=50
table.Lighting_V2[0][0][0].Sensitive=3
table.Lighting_V2[0][0][1].Correction=50
table.Lighting_V2[0][0][1].LightType=WhiteLight
table.Lighting_V2[0][0][1].Mode=ZoomPrio
table.Lighting_V2[0][0][1].NearLight[0].Angle=50
table.Lighting_V2[0][0][1].NearLight[0].Light=50
table.Lighting_V2[0][0][1].Sensitive=3
table.Lighting_V2[0][0][2].AIMixLightSwitchDelay=90
table.Lighting_V2[0][0][2].Correction=50
table.Lighting_V2[0][0][2].LightType=AIMixLight
table.Lighting_V2[0][0][2].Mode=Auto
table.Lighting_V2[0][0][2].Sensitive=3
table.Lighting_V2[0][1][0].Correction=50
table.Lighting_V2[0][1][0].LightType=InfraredLight
table.Lighting_V2[0][1][0].Mode=ZoomPrio
table.Lighting_V2[0][1][0].NearLight[0].Angle=50
table.Lighting_V2[0][1][0].NearLight[0].Light=50
table.Lighting_V2[0][1][0].Sensitive=3
table.Lighting_V2[0][1][1].Correction=50
table.Lighting_V2[0][1][1].LightType=WhiteLight
table.Lighting_V2[0][1][1].Mode=ZoomPrio
table.Lighting_V2[0][1][1].NearLight[0].Angle=50
table.Lighting_V2[0][1][1].NearLight[0].Light=50
table.Lighting_V2[0][1][1].Sensitive=3
table.Lighting_V2[0][1][2].AIMixLightSwitchDelay=90
table.Lighting_V2[0][1][2].Correction=50
table.Lighting_V2[0][1][2].LightType=AIMixLight
table.Lighting_V2[0][1][2].Mode=Auto
table.Lighting_V2[0][1][2].Sensitive=3
table.Lighting_V2[0][2][0].Correction=50
table.Lighting_V2[0][2][0].LightType=InfraredLight
table.Lighting_V2[0][2][0].Mode=ZoomPrio
table.Lighting_V2[0][2][0].NearLight[0].Angle=50
table.Lighting_V2[0][2][0].NearLight[0].Light=50
table.Lighting_V2[0][2][0].Sensitive=3
table.Lighting_V2[0][2][1].Correction=50
table.Lighting_V2[0][2][1].LightType=WhiteLight
table.Lighting_V2[0][2][1].Mode=ZoomPrio
table.Lighting_V2[0][2][1].NearLight[0].Angle=50
table.Lighting_V2[0][2][1].NearLight[0].Light=50




Does anyone have an idea what code this is?
 
Last edited:
Top