AlarmRGB should be an actual hex value not a string

pull/3684/head
Isaac Connor 2023-04-05 17:46:29 -04:00
parent 23fb13f660
commit 394cd6e0f8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Zone extends ZM_Object {
'NumCoords' => '4',
'Coords' => '',
'Area' => '0',
'AlarmRGB' => '0xff0000',
'AlarmRGB' => 0xff0000,
'CheckMethod' => 'Blobs',
'MinPixelThreshold' => 25,
'MaxPixelThreshold' => null,