07-23-2018, 07:43 PM
Hi Hans,
Just a heads up that the next moOde update will likely have some new cfg_system rows starting at 100 (there are already 99 rows. Just to be safe I would recommend starting at 200 otherwise the update will will not be able to insert the new rows.
delete from cfg_system where id='100';
delete from cfg_system where id='101';
insert into cfg_system values (200, amp-1, Off);
insert into cfg_system values (201, amp-2, Off);
-Tim
Just a heads up that the next moOde update will likely have some new cfg_system rows starting at 100 (there are already 99 rows. Just to be safe I would recommend starting at 200 otherwise the update will will not be able to insert the new rows.
delete from cfg_system where id='100';
delete from cfg_system where id='101';
insert into cfg_system values (200, amp-1, Off);
insert into cfg_system values (201, amp-2, Off);
-Tim