ASNeG / OpcUaPiXtendServer

OPC UA PiXtend Server
Apache License 2.0
2 stars 1 forks source link

Add Enable attribute to Module configuration #40

Closed huebl closed 2 years ago

huebl commented 2 years ago

The module configuration should be able to switched off. Add attribute Enable (ON/OFF) to Module.

Before: `

....

`

After: `

`

Default configuration: Only the V2L module is enabled. All other modules are disabled.