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 push server implementation to enable event handling #1446

Merged
merged 17 commits into from Jul 14, 2022
1 change: 1 addition & 0 deletions miio/__init__.py
Expand Up @@ -78,6 +78,7 @@
)
from miio.powerstrip import PowerStrip
from miio.protocol import Message, Utils
from miio.push_server import PushServer
from miio.pwzn_relay import PwznRelay
from miio.scishare_coffeemaker import ScishareCoffee
from miio.toiletlid import Toiletlid
Expand Down