Update MonirorPresets to link to Amcrest cams

This commit is contained in:
Isaac Connor 2021-11-15 16:30:39 -05:00
parent 4e9a56624d
commit 6cbc4c0a7a
1 changed files with 3 additions and 0 deletions

View File

@ -68,3 +68,6 @@ SET @s = (SELECT IF(
PREPARE stmt FROM @s;
EXECUTE stmt;
UPDATE `MonitorPresets` SET `ModelId`=(SELECT `Id` FROM `Models` WHERE `Name`='IP8M-T2499EW') WHERE `Name` like 'Amcrest, IP8M-T2499EW
%';