Releases: genielabs/homegenie-mini
Releases · genielabs/homegenie-mini
1.2.39
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
1.2.33
- Upgraded to espressif32 6.8.1
- Added support for ESP32-S3-FH4R2
color-light
: added 2 new FXcolor-light
: added widget option field for changing the number of LEDs from the app