mirror of https://github.com/nymea/nymea.git
parent
3cd49f8930
commit
00a5188d05
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=guhd - IoT server
|
||||
Documentation=https://github.com/guh/guh/wiki
|
||||
After=network.target syslog.target
|
||||
After=ifup-wait-all-auto.service syslog.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/guhd --print-all
|
||||
|
|
|
|||
|
|
@ -234,7 +234,6 @@ DeviceManager::DeviceError DevicePluginAwattar::executeAction(Device *device, co
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return DeviceManager::DeviceErrorNoError;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"idName": "currentMarketPrice",
|
||||
"name": "current market price",
|
||||
"type": "double",
|
||||
"unit": "UnitEuroCentPerKiloWattHour",
|
||||
"unit": "EuroCentPerKiloWattHour",
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
"idName": "averagePrice",
|
||||
"name": "average market price [± 12 h]",
|
||||
"type": "double",
|
||||
"unit": "UnitEuroCentPerKiloWattHour",
|
||||
"unit": "EuroCentPerKiloWattHour",
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"idName": "lowestPrice",
|
||||
"name": "lowest market price [± 12 h]",
|
||||
"type": "double",
|
||||
"unit": "UnitEuroCentPerKiloWattHour",
|
||||
"unit": "EuroCentPerKiloWattHour",
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"idName": "highestPrice",
|
||||
"name": "highest market price [± 12 h]",
|
||||
"type": "double",
|
||||
"unit": "UnitEuroCentPerKiloWattHour",
|
||||
"unit": "EuroCentPerKiloWattHour",
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue