Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Timer services so that YAML configuration is not required #114

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

codyc1515
Copy link
Contributor

@codyc1515 codyc1515 commented Jan 10, 2024

Partially fixes #90 by no longer requiring using YAML to call the Timer Service (the messages about needing YAML at the bottom are gone now).

We have a minutes selector that only goes within the permissible range (0-540) and an indicator that we are looking at minutes, as opposed to just a random textbox from before.

image

The service can only be called on the Fan entity, so we have limited selection to the Fan's domain too. This used to be open to all entities, including the Dyson climate one (which wouldn't have worked).

image

In a future PR, we can add a numeric textbox for this against the device. This will alleviate the need to use the Service in most cases.

@codyc1515 codyc1515 marked this pull request as draft January 10, 2024 04:28
@codyc1515 codyc1515 marked this pull request as ready for review January 10, 2024 04:36
@codyc1515
Copy link
Contributor Author

Ready for review, @dotvezz 😄

@dotvezz dotvezz merged commit d67e4f5 into libdyson-wg:main Jan 10, 2024
2 checks passed
@codyc1515 codyc1515 deleted the services-yaml-fan branch January 10, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timer
2 participants