change systemd service file
pull/135/head
Simon Stürz 2016-01-19 08:30:00 +01:00 committed by Michael Zanetti
parent 3cd49f8930
commit 00a5188d05
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -234,7 +234,6 @@ DeviceManager::DeviceError DevicePluginAwattar::executeAction(Device *device, co
}
}
return DeviceManager::DeviceErrorNoError;
}

View File

@ -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
},
{