How can we help?


Flow Sensor Api

Comments

1 comment

  • Avatar
    RainMachine Nicholas

    Seems to be working fine on my end:

    https://xxxx:8080/api/4/watering/log/details?format

    returns the corresponding number of flowClicks per zone per cycle

    {
      "waterLog": {
        "days": [
          {
            "date": "2018-09-12", 
            "dateTimestamp": 1536699600, 
            "programs": [
              {
                "id": 0, 
                "zones": [
                  {
                    "uid": 2, 
                    "flag": 1, 
                    "cycles": [
                      {
                        "id": 1, 
                        "startTime": "2018-09-12 11:38:04", 
                        "startTimestamp": 1536741484, 
                        "userDuration": 661, 
                        "machineDuration": 661, 
                        "realDuration": 310, 
                        "flowclicks": 9204
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
    0
    Comment actions Permalink

Please sign in to leave a comment.