Expand description
UPnP event subscription operations
This module provides operations for managing UPnP event subscriptions across all Sonos services. These operations handle the HTTP-based subscription protocol rather than SOAP.
Note: This module is being deprecated in favor of the new event framework
in crate::events. Service-specific event handling is now done in
individual service modules.
Structsยง
- Renew
Operation - Renew operation for UPnP event subscriptions
- Renew
Request - Request for Renew operation
- Renew
Response - Response for Renew operation
- Subscribe
Operation - Subscribe operation for UPnP event subscriptions
- Subscribe
Request - Request for Subscribe operation
- Subscribe
Response - Response for Subscribe operation
- Unsubscribe
Operation - Unsubscribe operation for UPnP event subscriptions
- Unsubscribe
Request - Request for Unsubscribe operation
- Unsubscribe
Response - Response for Unsubscribe operation (empty - success is indicated by no error)