python-miio
latest

Contents:

  • Home
  • Getting started
  • Troubleshooting
  • Contributing
  • Device Simulators
  • Device-specific documentation
  • Push Server
  • API
    • Subpackages
      • miio.devtools package
      • miio.integrations package
      • miio.push_server package
        • Submodules
        • Module contents
    • Submodules
    • Module contents
python-miio
  • miio package
  • miio.push_server package
  • Edit on GitHub

miio.push_server package

Submodules

  • miio.push_server.eventinfo module
    • EventInfo
      • EventInfo.action
      • EventInfo.command_extra
      • EventInfo.event
      • EventInfo.extra
      • EventInfo.source_model
      • EventInfo.source_sid
      • EventInfo.trigger_token
      • EventInfo.trigger_value
  • miio.push_server.server module
    • PushServer
      • PushServer.add_method()
      • PushServer.register_miio_device()
      • PushServer.start()
      • PushServer.stop()
      • PushServer.subscribe_event()
      • PushServer.unregister_miio_device()
      • PushServer.unsubscribe_event()
      • PushServer.device_id
      • PushServer.methods
      • PushServer.server_ip
      • PushServer.server_model
    • calculated_token_enc()
  • miio.push_server.serverprotocol module
    • ServerProtocol
      • ServerProtocol.close()
      • ServerProtocol.connection_lost()
      • ServerProtocol.connection_made()
      • ServerProtocol.datagram_received()
      • ServerProtocol.error_received()
      • ServerProtocol.send_error()
      • ServerProtocol.send_ping_ACK()
      • ServerProtocol.send_response()

Module contents

Async UDP push server acting as a fake miio device to handle event notifications from other devices.

Previous Next

© Copyright 2017, Teemu Rytilahti. Revision 8643a57f.

Built with Sphinx using a theme provided by Read the Docs.