jabesq-org / pyatmo

Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
MIT License
27 stars 29 forks source link

Missing device for Bticino BNLD #470

Closed TZBlockBuster closed 11 months ago

TZBlockBuster commented 1 year ago

The Dimmable Light BNLD is missing.

{
  "id": "<id>",
  "type": "BNLD",
  "name": "<NAME>",
  "setup_date": 0000000000,
  "room_id": "<RoomId>",
  "bridge": "<BridgeId>"
}
{
  "id": "<id>",
  "type": "BNLD",
  "on": false,
  "brightness": 0,
  "firmware_revision": 1,
  "reachable": true,
  "bridge": "<BridgeId>"
}
cgtobi commented 1 year ago

Thanks for reporting