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
In file airhumidifier_miot.py in class AirHumidifierMiotStatus is a string builder with self.fault - unresolved reference.
Probably You can add property:
@property def fault(self) -> int: """Return fault code.""" return self.data["fault"]
and resolve this issue.
The text was updated successfully, but these errors were encountered:
Fix __repr__ of AirHumidifierMiotStatus (Closes: rytilahti#908)
e30e122
9c57999
Improve miottemplate.py print to support python 3.7.3 (Closes: #906) (#…
7771f45
…910) * Fix __repr__ of AirHumidifierMiotStatus (Closes: #908) * Improve miottemplate.py print to support python 3.7.3
Fix __repr__ of AirHumidifierMiotStatus (Closes: rytilahti#908) (ryti…
c8a4dfc
…lahti#909)
Improve miottemplate.py print to support python 3.7.3 (Closes: rytila…
350a551
…hti#906) (rytilahti#910) * Fix __repr__ of AirHumidifierMiotStatus (Closes: rytilahti#908) * Improve miottemplate.py print to support python 3.7.3
syssi
Successfully merging a pull request may close this issue.
In file airhumidifier_miot.py in class AirHumidifierMiotStatus is a string builder with self.fault - unresolved reference.
Probably You can add property:
and resolve this issue.
The text was updated successfully, but these errors were encountered: