What's Changed
- Never leave self.model as None (#59 is still reachable by another road) by @zios0007 in #703
- Do not invent sub-streams the camera does not have (fixes #237) by @zios0007 in #704
- A truncated event payload must not kill the event stream for every camera on the host by @zios0007 in #705
- One channel's handler must not silence the event stream for the whole host by @zios0007 in #706
- Say what the channel number means (fixes #646) by @zios0007 in #707
- A select that reads the light platform's table must keep it fetched by @zios0007 in #708
- Say when a channel is attached over ONVIF (#646) by @zios0007 in #710
- One table a device will not serve must not cost it RPC2 (#577) by @zios0007 in #712
- fix: deliver multipart events without heartbeat delay by @kmich in #709
Full Changelog: 0.10.9...0.10.10