We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4f46b commit 510c4ecCopy full SHA for 510c4ec
ndn-services.h
@@ -25,6 +25,10 @@
25
// ndncert only accepts printable ascii so should begin with 49
26
#define NDN_SD_LED 49 // LED service
27
#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
32
33
// per-service command types
34
// DEV_CTL service
0 commit comments