Releases: bytespider/Meross
Releases · bytespider/Meross
1.0.16
2.0.0-beta-2
Backwards Incompatible changes
Use import attributes rather than the older draft of import assertions. Bumps NodeJS minimum required versions to versions ~21.0.0, ^20.10.0, and ^18.20.0
What's Changed
Full Changelog: 2.0.0-beta-1...2.0.0-beta-2
2.0.0-beta-1
Breaking changes
- CLI
--gateway
option has been renamed--ip
to make it clearer what this option is expecting. - CLI
--nowifi
is deprecated. By not supplying WIFI details, the CLI will not attempt to configure WIFI. - CLI
--use-wifi-x
is deprecated. The CLI will query the device for the required ability and encrypt the credentials automatically.
Improvements
- CLI will only configure the device with the provided options so that end-users can leave devices connected to the Cloud and change only the WIFI AP, or reconfigure the MQTT broker without reconfiguring WIFI
- Project has been rewritten in a more modular fashion so that it can be used as a library for other tools and to aid the development of the current tools
What's Changed
Full Changelog: 1.0.12...2.0.0-beta-1
1.0.15
1.0.14
In this release:
- Thanks to @DominikGebhart for modernising the API with the addition of WifiX message, which sends WIFI credentials securely to the device. May not work on all devices. Look for "Appliance.Config.WifiX" in the list of device abilities.
- Add error message for when messages fail to reach the device, typically because you are not connected to the device AP or wrong IP address
- Update dependencies for critical security issues.
1.0.12
- Removed device status
- Added MQTT topics
- Updated credentials section to match those used by the device for connecting to the MQTT broker.
1.0.11
added missing files for package
1.0.10
Fixed issue when --user
is defaulted to undefined
if not passed from the CLI
1.0.9
Fixed issues with key and userid being incorrectly set
1.0.6
added connection information