Releases: genielabs/homegenie-mini
Releases · genielabs/homegenie-mini
1.2.48
- Fixed memory leak when adding/updating a schedule.
- Completed
rf-transceiver
firmware implementation. - Updated
ir-rf-transceiver
firmware to support both X10 and RC RF.
Full Changelog: 1.2.47...1.2.48
1.2.47
- Added unified
ir-rf-transceiver
firmware - Added
BOARD_HAS_RGB_LED
flag to enable onboard RGB status LED - Enabled scheduling of X10 RF events
Full Changelog: 1.2.46...1.2.47
1.2.46
x10-transceiver
firmware: fix receiver initialization;x10-transceiver
firmware: added support for X10 security RF codes.
1.2.45
- added parameters for configuring receiver and transmitter GPIOs# to IR and X10 transceiver firmwares
1.2.44
- Added new schedule action commands: "Pause" and "Call HTTP URL"
- Improved security with randomly generated MQTT client ID
1.2.43
- MQTT client: implemented End To End message Encryption (E2EE)
- Fix bug in JSON-serialization of string values due to missing escaping of special characters
1.2.42
- Fixed bug in Modules.ParameterSet when setting ConfigureOption. fields (not saving MQTT client settings)
- Fixed memory leak in Modules.ParameterGet API method
- Fixed memory leak in MQTT client lifecycle
1.2.41
- Fixed possible memory leak in JSON-serialization of Module and ModuleParameter objects
- Added MQTT Network program: HG-Mini devices can now be controlled from anywhere via Internet
- Implemented Modules.ParameterGet API
- Added JSON array argument to Modules.ParameterSet
- Implemented Programs.Enable and Programs.Disable API
- Added addModule(..) public method to HomeGenieHandler
1.2.40
- Implemented Statistics and DataProcessing API
- Added automatic parameter values history and statistics (PSRAM required)
1.2.39
- Fixed device name not saved
- Added preset
Motion.Blink
schedule - Added support for HTTPS in NetHelper API
- Fixed minor memory leak in Schedule.h
- Added properties
alarmed
andmotionDetected
to ModulesHelper API - Fixed Wi-Fi reconnection issues