]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
dclass support within the edge protocol
[meshlink] / src / meshlink.h
index 30c118e7dfa8890a5d6290afa4538e6ab36aebd2..24651836f43424b66cff98d58e58bb44b4a0c385 100644 (file)
@@ -67,8 +67,9 @@ typedef enum {
 
 // Device class
 typedef enum {
-       STATIONARY = 1,
-       PORTABLE = 2
+       BACKBONE = 1,
+       STATIONARY = 2,
+       PORTABLE = 3
 } dclass_t;
 
 /// A variable holding the last encountered error from MeshLink.