feat: device

This commit is contained in:
dawnwinterLiu 2024-09-03 10:51:47 +08:00
parent c565ebefac
commit 4b0fa9a2ee
2 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ get_props(ProductId, Keys) ->
end, [], List).
hook_topic(#{<<"objectId">> := ProductId, <<"topics">> := Topics}) ->
hook_topic(#{<<"objectId">> := ProductId, <<"topics">> := Topics}) when is_map(Topics) ->
maps:fold(
fun(K, Topic, _) ->
dgiot_data:insert({ProductId, Topic}, K),

View File

@ -1730,7 +1730,7 @@ pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]
islanip="false" # [islanip]
html_software="dgiot_html_4.9.0" # [dgiot_html_4.8.2| dgiot_html_n]
htmlmd5="86da99394109e0521b7273c1760ef829" # [htmlmd5]
htmlmd5="44c9b9b1489b5faf1b5758fa8af3afcb" # [htmlmd5]
atomplugin="atomgit" # [atomgit | jt808]
while getopts "v:s:p:m:d:e:a:n" arg; do