mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 18:57:41 +08:00
feat: device
This commit is contained in:
parent
c565ebefac
commit
4b0fa9a2ee
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user