Importance is an enum, default value should be Normal

pull/3779/head
Isaac Connor 2023-10-23 12:51:29 -04:00
parent eb291b76d1
commit eb6baf4365
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ $serial = $primary_key = 'Id';
Longitude => undef, Longitude => undef,
RTSPStreamName => '', RTSPStreamName => '',
RTSPServer => 0, RTSPServer => 0,
Importance => 0, Importance => q`'Normal'`,
MQTT_Enabled => 0, MQTT_Enabled => 0,
MQTT_Subscriptions => q`''`, MQTT_Subscriptions => q`''`,
); );