kubeedge / mappers-go

KubeEdge Device Mappers written in go
Apache License 2.0
48 stars 67 forks source link

启动后没有正确解析deviceProfile.json #65

Open dafanshu opened 2 years ago

dafanshu commented 2 years ago

if instance.PProtocol.Protocol != "modbus" { continue } ` instance.ProtocolName 这里的 ProtocolName 其实在deviceProfile.json中并不存在 在云端发布设备实例之后,在congfigmap中的deviceProfile.json里面,只有一个叫Protocol的字段来标识协议名称

sailorvii commented 2 years ago

Do you refer to the example device instance and device model files?