added json, more pump code, bugs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"pump": {
|
||||
"status": 1,
|
||||
"duration": 12,
|
||||
"pressure": 12.5,
|
||||
"flow": 120
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
"pump": {
|
||||
"mode": 1,
|
||||
"duration": 25
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"valve": {
|
||||
"duration": 2,
|
||||
"number": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user