- update config for Nut 2.8.2 [SME: 12657] TODO review master/slave mode TODO convert master/slave to primary/secondary TODO convert to new config data + migrate TODO event and action
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
{
|
|
my $nutmod = $DB->get_prop('nut', 'Model');
|
|
return unless $nutmod;
|
|
$DB->set_prop('nut', 'Model', 'usbhid-ups') if ($nutmod eq 'newhidups');
|
|
}
|
|
|