mlabs-haskell / opc-xml-da-client

OPC XML-DA Client for Haskell
MIT License
2 stars 1 forks source link

rename a Browse attribute #15

Closed olafklinke closed 3 years ago

olafklinke commented 3 years ago

The Browse attribute is called ReturnPropertyValues and not ReturnAllPropertyValues according to the OPC 1.0 WSDL standard. Perhaps the attribute should also be re-named in the types.domain.yaml document.

nikita-volkov commented 3 years ago

Thanks!

I've also pushed the renaming of the attribute in types.domain.yaml to "returnPropertyValues".