Skip to content

Commit

Permalink
added fimware update characteristic
Browse files Browse the repository at this point in the history
  • Loading branch information
maccoylton committed May 23, 2020
1 parent 419c875 commit 3e4eb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ homekit_accessory_t *accessories[] = {
HOMEKIT_SERVICE(MOTION_SENSOR, .primary=true, .characteristics=(homekit_characteristic_t*[]){
HOMEKIT_CHARACTERISTIC(NAME, "Motion Sensor"),
&motion_detected,
&ota_trigger,
&wifi_reset,
&wifi_check_interval,
&task_stats,
Expand Down

0 comments on commit 3e4eb5e

Please sign in to comment.