Skip to content

Commit

Permalink
Dummy data for peanut service
Browse files Browse the repository at this point in the history
  • Loading branch information
Canti23 committed Nov 18, 2024
1 parent 5484c40 commit b3bde64
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dummy-data/peanut/v1/devices/ups
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"battery.charge": 100,
"battery.voltage": 13,
"battery.voltage.high": 13,
"battery.voltage.low": 10,
"battery.voltage.nominal": 12,
"device.type": "ups",
"driver.flag.noscanlangid": "enabled",
"driver.flag.novendor": "enabled",
"driver.name": "nutdrv_qx",
"driver.parameter.langid_fix": 1000,
"driver.parameter.pollfreq": 30,
"driver.parameter.pollinterval": 2,
"driver.parameter.vendorid": 1,
"driver.version": "2.8.0",
"input.frequency": 50,
"input.frequency.nominal": "0",
"input.voltage": 228,
"input.voltage.fault": "0.0",
"input.voltage.nominal": "0",
"output.voltage": 228,
"ups.beeper.status": "disabled",
"ups.delay.shutdown": 60,
"ups.delay.start": "0",
"ups.load": 50,
"ups.productid": "0000",
"ups.status": "OL",
"ups.temperature": 30,
"ups.type": "offline / line interactive"
}

0 comments on commit b3bde64

Please sign in to comment.