Skip to content

0.3

Compare
Choose a tag to compare
@taligentx taligentx released this 14 Jun 16:39
· 316 commits to master since this release

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 and dscZones in dscKeybusInterface.h
  • New: KeybusReader decoding of commands 0xE6 and 0xEB
  • 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.