Leggin / dirigera

This repository provides an unofficial Python client for controlling the IKEA Dirigera Smart Home Hub.
MIT License
99 stars 19 forks source link

Added scene trigger/complete/undo timestamp support. Added support fo… #29

Closed fpb closed 8 months ago

fpb commented 8 months ago

…r scenes//undo operation.

fpb commented 8 months ago

I need support for scene action timestamps so that I can have my intelligent switches do things such as toggle a scene. It would be much more convenient if IKEA added some toggle endpoints to their API.

Leggin commented 8 months ago

looks good, I have a feeling it makes sense to directly map these time strings to a datetime object. But I want to refactor soon anyways and add complete mypy typings and pydantic model mappings.