umstellung auf sym files und datenbank im fraunhofer
This commit is contained in:
parent
0c9a1d2f2c
commit
580a93d620
7 changed files with 89 additions and 52 deletions
14
src/API.py
14
src/API.py
|
|
@ -23,18 +23,18 @@ class Buffer(object):
|
|||
device = {
|
||||
'battery' : {
|
||||
'id': 1,
|
||||
'voltage' : 400.11,
|
||||
'current' : 20.264,
|
||||
'power' : 53.465,
|
||||
'capacity' : 80.34,
|
||||
'Voltage' : 400.11,
|
||||
'Current' : 20.264,
|
||||
'Power' : 53.465,
|
||||
'SoC' : 80.34,
|
||||
'isCharging' : False,
|
||||
'isMaster' : True,
|
||||
'dyn' : None },
|
||||
'ac_grid' : {
|
||||
'id': 2,
|
||||
'voltage' : 400.23,
|
||||
'current' : 10.423,
|
||||
'power' : 23.35,
|
||||
'Voltage' : 400.23,
|
||||
'Current' : 10.423,
|
||||
'Power' : 23.35,
|
||||
'isOn' : True,
|
||||
'isFeed' : True,
|
||||
'isMaster' : False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue