cleanup fancy utf-8 dash
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 3 Oct 2020 08:55:57 +0000 (10:55 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 3 Oct 2020 08:55:57 +0000 (10:55 +0200)
Protocol.pm

index 6a367ed..c6d829e 100644 (file)
@@ -148,12 +148,12 @@ __DATA__
 0x24   Backup server enable            C Byte(1)       R/W     0~255   0       0 means off, non‐zero means on 
 0x33   DNS IP address                  CCCC 4*Byte(1)  R/W     /       208.67.222.222  / 
 0x34   Domain name and port            a* 64*Byte(1)   R/W     /       mqtt.zc‐sensor.com,1883       Supports CTIOT and MQTT protocols. Priority IP in the case of IP (ID number 0x14); domain name and port should be separated with comma, length <=64, cleared by setting 0x14
-0x35   MQTT‐ClientID                         a* 32*Byte(1)   R/W      /      IMEI number of the device       Length <=32, subject to MQTT related specifications 
-0x36   MQTT‐Username                         a* 32*Byte(1)   R/W     /       empty           Length <=32, subject to MQTT related specifications 
+0x35   MQTT-ClientID                   a* 32*Byte(1)   R/W      /      IMEI number of the device       Length <=32, subject to MQTT related specifications 
+0x36   MQTT-Username                   a* 32*Byte(1)   R/W     /       empty           Length <=32, subject to MQTT related specifications 
 
-0x37   MQTT‐Password                         a* 32*Byte(1)   R/W     /       empty           Length <=32, subject to MQTT related specifications 
-0x38   MQTT‐published topic name     a* 128*Byte(1)  R/W     /       Inclinometer/ZCT330Mx_SWP_N_YK/IMEI/up  Length <=128, subject to MQTT related specifications 
-0x39   MQTT‐subscribed topic name    a* 128*Byte(1)  R/W     /       Inclinometer/ZCT330Mx_SWP_N_YK/IMEI/down        Length <=128, subject to MQTT related specifications 
+0x37   MQTT-Password                   a* 32*Byte(1)   R/W     /       empty           Length <=32, subject to MQTT related specifications 
+0x38   MQTT-published topic name       a* 128*Byte(1)  R/W     /       Inclinometer/ZCT330Mx_SWP_N_YK/IMEI/up  Length <=128, subject to MQTT related specifications 
+0x39   MQTT-subscribed topic name      a* 128*Byte(1)  R/W     /       Inclinometer/ZCT330Mx_SWP_N_YK/IMEI/down        Length <=128, subject to MQTT related specifications 
 0x3A   Set relative zero command       C Byte(1)       R/W     0~255   0               0: absolute angle mode 1: Set the current position to zero, relative angle mode (0x09, 0x0A content will be set to the current angle), Other values are invalid. 
 0x3B   Backup server domain name and port      a* 64*Byte(1)   R/W     /       mqtt.zc‐sensor.com,1883       Supports CTIOT and MQTT protocols. In the case of backup IP, the IP is preferentially backed up; the domain name and port are distinguished by commas, and the length is <=64. , will be cleared if 0x23 is set
 0x3D   Protocol type                   C Byte(1)       R/W     0~1     CTIOT   0:CTIOT 1:MQTT Other values are invalid.