AlarmRGB should be an actual hex value not a string
parent
23fb13f660
commit
394cd6e0f8
|
@ -16,7 +16,7 @@ class Zone extends ZM_Object {
|
|||
'NumCoords' => '4',
|
||||
'Coords' => '',
|
||||
'Area' => '0',
|
||||
'AlarmRGB' => '0xff0000',
|
||||
'AlarmRGB' => 0xff0000,
|
||||
'CheckMethod' => 'Blobs',
|
||||
'MinPixelThreshold' => 25,
|
||||
'MaxPixelThreshold' => null,
|
||||
|
|
Loading…
Reference in New Issue