Skip to content

Commit 510c4ec

Browse files
committed
more service types
1 parent 1b4f46b commit 510c4ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ndn-services.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
// ndncert only accepts printable ascii so should begin with 49
2626
#define NDN_SD_LED 49 // LED service
2727
#define NDN_SD_TEMP 50 // temperature service
28+
#define NDN_SD_MOTION 51
29+
#define NDN_SD_ALARM 52
30+
#define NDN_SD_SMOKE 53
31+
#define NDN_SD_AIRCON 54
2832

2933
// per-service command types
3034
// DEV_CTL service

0 commit comments

Comments
 (0)