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

Handle call functions like properties #111

Closed
JensOgorek opened this issue Dec 5, 2024 · 1 comment
Closed

Handle call functions like properties #111

JensOgorek opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JensOgorek
Copy link
Contributor

JensOgorek commented Dec 5, 2024

This should handle calls like functions in the background.
For example, x.mute() should be x.mute = true as a property in the background. This will be useful to handle function calls in startup scripts for expander ESPs, since they now can be handled like properties do with #91

This is for all function calls, that could be properties.

@JensOgorek JensOgorek added the enhancement New feature or request label Dec 5, 2024
@JensOgorek JensOgorek added this to the 0.6.2 milestone Dec 5, 2024
@JensOgorek JensOgorek self-assigned this Dec 5, 2024
@JensOgorek JensOgorek linked a pull request Dec 5, 2024 that will close this issue
3 tasks
@JensOgorek
Copy link
Contributor Author

This is closed with #117, we chose a different approach.

@JensOgorek JensOgorek removed this from the 0.6.2 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant