]> www.average.org Git - loctrkd.git/blobdiff - loctrkd/beesure.py
beesure: add ICCID proto
[loctrkd.git] / loctrkd / beesure.py
index a0d802bb1df306e888e87218028241210ffd5695..f3f58b65c566701a8287a68d91e30c0c7911722f 100755 (executable)
@@ -320,7 +320,10 @@ class LK(BeeSurePkt):
 
 class CONFIG(BeeSurePkt):
     PROTO = "CONFIG"
-    RESPOND = Respond.INL
+
+
+class ICCID(BeeSurePkt):
+    PROTO = "ICCID"
 
 
 class UD(BeeSurePkt):