mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-04 21:27:39 +08:00
fix: rm read meter
This commit is contained in:
parent
37502f5c62
commit
11bb26da4d
@ -140,7 +140,6 @@ parse_frame(?DLT376, Buff, Opts) ->
|
||||
to_frame(#{
|
||||
<<"devaddr">> := Addr,
|
||||
<<"di">> := Di,
|
||||
<<"command">> := <<"r">>,
|
||||
<<"protocol">> := ?DLT376,
|
||||
<<"data">> := <<"null">>
|
||||
} = Frame) ->
|
||||
@ -157,7 +156,6 @@ to_frame(#{
|
||||
to_frame(#{
|
||||
<<"devaddr">> := Addr,
|
||||
<<"di">> := Di,
|
||||
<<"command">> := <<"r">>,
|
||||
<<"protocol">> := ?DLT645,
|
||||
<<"data">> := <<"null">>
|
||||
} = Frame) ->
|
||||
@ -293,8 +291,7 @@ to_frame(#{
|
||||
to_frame(#{
|
||||
<<"devaddr">> := Addr,
|
||||
<<"di">> := Di,
|
||||
<<"protocol">> := ?DLT645,
|
||||
<<"command">> := <<"r">>
|
||||
<<"protocol">> := ?DLT645
|
||||
} = Frame) ->
|
||||
dlt645_decoder:to_frame(Frame#{
|
||||
<<"msgtype">> => ?DLT645,
|
||||
|
Loading…
Reference in New Issue
Block a user