kubeedge / mappers-go

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

opcua Datatype does not match #46

Open zhangchao1210 opened 3 years ago

zhangchao1210 commented 3 years ago

When I use int type data to write to the server, the server shows that the data type does not match .But when I use the string type to operate, this problem is solved .

sailorvii commented 3 years ago

Thanks for this issue. It's a code issue that didn't process the setting type conversion.