chore(emqx): enrich version type

This commit is contained in:
JianBo He 2021-07-21 14:09:07 +08:00
parent 6a99e1535f
commit 74db04f1c0
1 changed files with 3 additions and 1 deletions

View File

@ -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 |