2.0.0 - S11 Support
What's Changed
Breaking changes
All endpoints now require a type query param indicating the type of the target device.
Available types and their correlated devices can be found here.
DEVICES = {
"mini": DeviceType.MINI,
"plug": DeviceType.POWER_PLUG,
"touch": DeviceType.TOUCH,
"v2esp": DeviceType.V2_ESP,
"v2qual": DeviceType.V2_QCA,
"v4": DeviceType.V4,
"breeze": DeviceType.BREEZE,
"runner": DeviceType.RUNNER,
"runnermini": DeviceType.RUNNER_MINI,
"runners11": DeviceType.RUNNER_S11,
}
Commits
- build(deps): bump aiohttp from 3.9.0 to 3.9.2 by @dependabot in #712
- build(deps): bump black from 23.7.0 to 24.3.0 by @dependabot in #713
- build(deps): bump aiohttp from 3.9.2 to 3.9.4 by @dependabot in #714
- feat: add support for s11 from library by @YogevBokobza in #715
- build(deps): bump aiohttp from 3.9.4 to 3.10.2 by @dependabot in #720
Full Changelog: 1.3.0...2.0.0