Releases: nasa9084/go-switchbot
Releases · nasa9084/go-switchbot
v3.2.0
What's Changed
- Add MeterPro device support by @SlashNephy in #24
New Contributors
- @SlashNephy made their first contribution in #24
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Changes
- fix: Status() error decoding JSON data: json: cannot unmarshal string into Go struct field DeviceStatus.body.version of type int (#13)
version
field for the Tilt device is an int but it's a string for other devices. It will be unmarshaled into theDeviceVersion
type
- Chore: Update go version
v2.1.0
Changes
- Support Blind Tilt (OpenWonderLabs/SwitchBotAPI@881999c)
- Fix typo in JSON field name
- Fix the updateWebhook path (OpenWonderLabs/SwitchBotAPI#177)
v2.0.1
v2.0.0
v1.0.0
Now Switchbot API v1.1 is supported!
New feature
- New Auth
- Webhook for Cleaner robots
- All supported commands for infrared devices
- Supported new devices
- Keypad, Keypad Touch
- Ceiling Light, Ceiling Light Pro
- Indoor Cam
- Pan/Tilt Cam, Pan/Tilt Cam 2K
Breaking changes
- Arguments for
New()
function is changed - All command functions are now suffixed with
Command
Full Changelog: v0.3.0...v1.0.0