kubeedge / mappers-go

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

opcua field of opcua config.yaml not used, can be removed #40

Closed gy95 closed 3 years ago

gy95 commented 3 years ago

opcua field of opcua config.yaml not used, can be removed

mqtt:
  server: tcp://127.0.0.1:1883
  username: ""
  password: ""
  certificationFile: ""
  privateKeyFile: ""
configmap: /opt/kubeedge/deviceProfile.json
opcua:                                              ----------------------not used, can be deleted
  username: ""
  password: ""
  certificationFile: ""
  privateKeyFile: ""
  remoteCertificationFile: ""
sailorvii commented 3 years ago

Yes, let me remove it in my pr. Thanks for checking this.