--- description: > Simple OPC UA connectivity example metadata: name: Simple OPC UA connectivity version: 1.0.0 icon: https://www.cybus.io/wp-content/uploads/2019/03/Cybus-logo-Claim-lang.svg provider: cybus homepage: https://www.cybus.io parameters: opcuaHost: type: string description: OPC-UA Host default: 172.17.0.1 opcuaPort: type: integer default: 4840 opcuaUser: type: string default: '' opcuaPass: type: string default: '' resources: opcuaConnection: type: Cybus::Connection properties: protocol: Opcua connection: host: !ref opcuaHost port: !ref opcuaPort username: !ref opcuaUser password: !ref opcuaPass serverStatusEndpoint: type: Cybus::Endpoint properties: protocol: Opcua connection: !ref opcuaConnection subscribe: nodeId: ns=0;i=2259 samplingInterval: 2000