Skip to content

Commit

Permalink
Merge pull request #3 from jimtng/develop
Browse files Browse the repository at this point in the history
Updated version number
  • Loading branch information
jimtng authored Jun 30, 2019
2 parents 0670a16 + e526edc commit d4daa04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.0]
## [2.0.0]
Changed to v2.x due to the breaking change in the partition topics

### Added
- The alarm panel's time is published via MQTT Topic `homie/device-id/alarm/panel-time` and set through `homie/device-id/alarm/panel-time/set`
- MQTT Topic `homie/device-id/partition-N/entry-delay` to indicate that the alarm is in the entry-delay state
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <time.h>
#include <ArduinoJson.h>

#define SOFTWARE_VERSION "1.1.0 Build 17"
#define SOFTWARE_VERSION "2.0.0 Build 1"

// Configures the Keybus interface with the specified pins
// dscWritePin is optional, leaving it out disables the virtual keypad.
Expand Down

0 comments on commit d4daa04

Please sign in to comment.