ewowi / StarBase

Try things out
GNU General Public License v3.0
9 stars 9 forks source link

enabledChanged/isEnabled and connectedChanged/isConnected + setOn/Off #21

Closed ewoudwijma closed 1 year ago

ewoudwijma commented 1 year ago

pio.ini: enable artnet and ddp

Module.h

SysModModules

SysModWeb

UserModArtNet and DDP

UserModE131

ewowi commented 1 year ago

Implement model which deals with connected goes on or off and enabled goes on or off. Based on combination of a trigger function (e.g. enabledChanged) and a boolean (eg isEnabled)

Modules catches these functions and can use it to setOn or setOff their functionality.