Importance is an enum, default value should be Normal
parent
eb291b76d1
commit
eb6baf4365
|
@ -286,7 +286,7 @@ $serial = $primary_key = 'Id';
|
|||
Longitude => undef,
|
||||
RTSPStreamName => '',
|
||||
RTSPServer => 0,
|
||||
Importance => 0,
|
||||
Importance => q`'Normal'`,
|
||||
MQTT_Enabled => 0,
|
||||
MQTT_Subscriptions => q`''`,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue