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

Add last state to the status within actions #99

Closed
MK-2001 opened this issue Mar 30, 2023 · 3 comments
Closed

Add last state to the status within actions #99

MK-2001 opened this issue Mar 30, 2023 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@MK-2001
Copy link
Contributor

MK-2001 commented Mar 30, 2023

Feature or idea description

My expectation of ioBroker Adapters is, that if a state is acknowledged, then the state is the state which have been accepted by the adapter. When someone changes a "ACTION", then the state will be un-acknowledged. Within ioBroker it is possible to get the last acknowledged state as well.

This adapter works different.

Detailed example:
ACTIONS.HEADLIGHT is per default "null".

The state will be loaded into
settings.headlight

May be I need some more explanation about the idea behind the separation of ACTIONS and the current status.

possible Solution:
The state could be copied with ack:ture to the ACTIONS for these statues.

Version of "husqvarna-automower"-adapter

v0.3.2-beta.1

Additional information & file uploads

If you agree I will create a PR.

@MK-2001 MK-2001 added the enhancement New feature or request label Mar 30, 2023
@ice987987
Copy link
Owner

I agree that .settings.cuttingHeight and .settings.headlight are available also in ACTIONS. So we can possibly merge them together.

@ice987987
Copy link
Owner

could you please check v0.3.3-beta.2 (https://github.com/ice987987/ioBroker.husqvarna-automower/tree/development) if this version meets your expectation?

@ice987987 ice987987 added the question Further information is requested label Apr 16, 2023
@ice987987
Copy link
Owner

implemented with v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants