{
# Model of the UPS (filename to call for it, without path)
# Example - one of
#	apcsmart	- APC SMartUPS and similar
#	fentonups	- Fenton UPS
#	optiups
#	bestups
#	genericups
#	ups-trust425+625
# You MUST change this, or set SERVER to "no"
    my $model = $nut{Model} || "newhidups";

    $OUT .= "MODEL=$model";
}

