Skip to content

2.0.0 - S11 Support

Compare
Choose a tag to compare
@TomerFi TomerFi released this 10 Oct 21:54
· 82 commits to dev since this release

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

Full Changelog: 1.3.0...2.0.0