0.3
Note: This release changes the library methods to accomodate multiple partitions, existing sketches will need to be updated to match the new example sketches.
- New: Status for partitions 2-8, zones 33-64
- New: Virtual keypad support for partition 2
- New: Athom Homey integration example sketch, contributed by MagnusPer
- New: PCB layouts, contributed by sjlouw
- New: Configurable number of partitions and zones to customize memory usage:
dscPartitions
anddscZones
indscKeybusInterface.h
- New: KeybusReader decoding of commands
0xE6
and0xEB
- Changed: Split examples by platform
- Changed: MQTT examples updated with username and password fields
- Changed:
processRedundantData
now true by default to prevent storing repetitive data, reduces memory usage.