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
Is it possible to add ionizer activation in the air conditioner? https://github.com/olinek2/LGAC_SmartT/blob/master/LGACServerNew.py 'air_ionizer': state.data['AirClean'] ===== @classmethod def turn_Ionizer(cls, ac, state): return {'code': ac.set_ionizer(state == 'on')}
The text was updated successfully, but these errors were encountered:
Hi! If you're interested in seeing something added to the library, can you consider making a pull request?
Sorry, something went wrong.
Unfortunately I'm an Amateur in this business :)
No branches or pull requests
Is it possible to add ionizer activation in the air conditioner?
https://github.com/olinek2/LGAC_SmartT/blob/master/LGACServerNew.py
'air_ionizer': state.data['AirClean']
=====
@classmethod
def turn_Ionizer(cls, ac, state):
return {'code': ac.set_ionizer(state == 'on')}
The text was updated successfully, but these errors were encountered: