chore(emqx): enrich version type
This commit is contained in:
parent
6a99e1535f
commit
74db04f1c0
|
@ -94,7 +94,9 @@
|
|||
-type(ver() :: ?MQTT_PROTO_V3
|
||||
| ?MQTT_PROTO_V4
|
||||
| ?MQTT_PROTO_V5
|
||||
| non_neg_integer()).
|
||||
| non_neg_integer()
|
||||
| binary() % For lwm2m, mqtt-sn...
|
||||
).
|
||||
|
||||
-type(qos() :: ?QOS_0 | ?QOS_1 | ?QOS_2).
|
||||
-type(qos_name() :: qos0 | at_most_once |
|
||||
|
|
Loading…
Reference in New Issue