We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"alert" is described in the "AVM Home Automation HTTP Interface" - Doc 1.36 from 2020/09/16 and is shown for me with the device "blind".
Sample: ``` <alert> <state>0</state> <lastalertchgtimestamp>1637521201</lastalertchgtimestamp> </alert>
The text was updated successfully, but these errors were encountered:
@JunkerMartin Seems this is also already solved with your patch:
fritzbox-java-api/src/main/java/com/github/kaklakariada/fritzbox/model/homeautomation/Device.java
Line 79 in e06cb65
Sorry, something went wrong.
No branches or pull requests
"alert" is described in the "AVM Home Automation HTTP Interface" - Doc 1.36 from 2020/09/16 and is shown for me with the device "blind".
Sample:
```
<alert>
<state>0</state>
<lastalertchgtimestamp>1637521201</lastalertchgtimestamp>
</alert>
The text was updated successfully, but these errors were encountered: