Skip to content

Commit

Permalink
scripts/nut_jquery.js: add de-abbreviation for "ats" device type
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Oct 18, 2022
1 parent 34d0a9a commit c569645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nut_jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var NUT = {
"device-type": function(value) {

var map = {
"ats": "Automatic Transfer Switch",
"pdu": "Power Distribution Unit",
"ups": "Uninterruptible Power Supply",
"scd": "Solar Controller Device"
Expand Down

0 comments on commit c569645

Please sign in to comment.