25 lines
561 B
Plaintext
25 lines
561 B
Plaintext
import pkg.nut
|
|
|
|
nut: nut.Nut {
|
|
ups = {
|
|
apc1500 = {
|
|
driver = "usbhid-ups"
|
|
port = "auto"
|
|
desc = "Back-UPS XS 1500G"
|
|
vendorid = "051d"
|
|
product = ".*1500M.*"
|
|
pollonly = "enabled"
|
|
pollinterval = 1
|
|
}
|
|
apc1300 = {
|
|
driver = "usbhid-ups"
|
|
port = "auto"
|
|
desc = "Back-UPS XS 1300G"
|
|
vendorid = "051d"
|
|
product = ".*1300G.*"
|
|
pollonly = "enabled"
|
|
pollinterval = 1
|
|
}
|
|
}
|
|
}
|