bosch-thermostat / bosch-thermostat-client-python

Python3 asyncio package to talk to Bosch thermostat devices.
Apache License 2.0
23 stars 20 forks source link

Add 'numberOfStarts' field support for CT200. #29

Closed Pietrzak93 closed 2 years ago

Pietrzak93 commented 2 years ago

Example data:

{
  "id": "/heatSources/numberOfStarts",
  "type": "floatValue",
  "writeable": 0,
  "recordable": 0,
  "value": 1378.0,
  "used": "true",
  "available": "true",
  "unitOfMeasure": "",
  "minValue": 0.0,
  "maxValue": 16777215.0,
  "stepSize": 1.0
}