fix: retainer api doc qos enum (#5614)

This commit is contained in:
DDDHuang 2021-09-01 09:02:47 +08:00 committed by GitHub
parent 560f415964
commit cfe4e37d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ message_props() ->
properties([ properties([
{id, string, <<"Message ID">>}, {id, string, <<"Message ID">>},
{topic, string, <<"MQTT Topic">>}, {topic, string, <<"MQTT Topic">>},
{qos, string, <<"MQTT QoS">>}, {qos, integer, <<"MQTT QoS">>, [0, 1, 2]},
{payload, string, <<"MQTT Payload">>}, {payload, string, <<"MQTT Payload">>},
{publish_at, string, <<"Publish datetime, in RFC 3339 format">>}, {publish_at, string, <<"Publish datetime, in RFC 3339 format">>},
{from_clientid, string, <<"Publisher ClientId">>}, {from_clientid, string, <<"Publisher ClientId">>},