]> www.average.org Git - loctrkd.git/blobdiff - gps303/gps303proto.py
do not respond to hibernation; minor cleanup
[loctrkd.git] / gps303 / gps303proto.py
index 8f4ffcce124e23fd1a4baeb236e434578cbcae5f..e3e7cf18cd634f2ab1261f26dcbb3643e7798738 100755 (executable)
@@ -297,7 +297,6 @@ class STATUS(GPS303Pkt):
 
 class HIBERNATION(GPS303Pkt):  # Server can send to send devicee to sleep
     PROTO = 0x14
-    RESPOND = Respond.INL
 
 
 class RESET(GPS303Pkt):