Releases: genielabs/homegenie-mini
Releases · genielabs/homegenie-mini
1.2.43
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
1.2.38
- Added RGB status LED option to
smart-sensor
firmware - Fixes bug in WPS device pairing (ESP32)
- Added terminal commands:
- #WPS (starts WPS)
- #UPTIME (returns uptime in seconds)
- Fixes bug in scheduling events occurring if changing device MAC address
1.2.37
- enabled events scheduling in
smart-light
firmware - added global
event
object to schedule script. Is now possible to checkevent.property
andevent.value
in JavaScript code - fixed bug in WPS connection
- added
System.Status
property that can be used to run schedules based on system events such as:boot
,wifi_disconnected
,wifi_connected
1.2.36
- Added automation schedules to smart light and smart sensor examples
- Added
Status.IdleTime
field to motion sensor example - Added support for TCS 3472x RGB color sensor
- Improved scheduler with module events handling
- Added API method to set system name which is also applied to SSDP/UPnP friendly name
- UPnP device UUID now visible in SSDP service path
- Fixes bug in WPS pairing
- Fixed bug in
$$.net.webService(url).call()
scripting method
1.2.35
- Upgraded to PlatformIO 6.9.0
- Minor fixes for Arduino 3.x compatibility
- Added
System.DataSet
API to configure system data such as device name and default group name
1.2.34
- Added "Button" device class
color-light
: added 2 optional button switches for local control (on/off, level, switch fx, preset colors)color-light
: code rearrangement and optimizations