src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
committerLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
commit4043b33110efcd068078d19d9a37242b00ce9710 (patch)
tree68d3ceb78f3260123c210fc4402d3307795e95c0 /main/include
parent15de81b31cebee8b6a7cceec383d9c51b6002596 (diff)
Cleaned up variable names.
Diffstat (limited to 'main/include')
-rw-r--r--main/include/bell.h2
-rw-r--r--main/include/led.h4
-rw-r--r--main/include/lock.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/main/include/bell.h b/main/include/bell.h
index 6666cef..652f0fa 100644
--- a/main/include/bell.h
+++ b/main/include/bell.h
@@ -1,3 +1,3 @@
#include <hap.h>
-hap_serv_t *intercom_bell_init(); \ No newline at end of file
+hap_serv_t *bell_service_init(); \ No newline at end of file
diff --git a/main/include/led.h b/main/include/led.h
index ea10f58..c6836da 100644
--- a/main/include/led.h
+++ b/main/include/led.h
@@ -1,5 +1,5 @@
#include <hap.h>
-int intercom_led_identify(hap_acc_t *ha);
+int led_identify(hap_acc_t *ha);
-void intercom_led_init(); \ No newline at end of file
+void led_identify_service_init(); \ No newline at end of file
diff --git a/main/include/lock.h b/main/include/lock.h
index 2ac6117..70125b8 100644
--- a/main/include/lock.h
+++ b/main/include/lock.h
@@ -1,3 +1,3 @@
#include <hap.h>
-hap_serv_t *intercom_lock_init(); \ No newline at end of file
+hap_serv_t *lock_service_init(); \ No newline at end of file