Add register for basic DM endpoints to constructor stage due to requirement they are registered before parent devices.

This commit is contained in:
Alex Johnson
2023-02-08 20:59:30 -05:00
parent 8cc6cfafe9
commit cef29af1ba
5 changed files with 11 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ namespace PepperDash.Essentials.DM
InputPorts = new RoutingPortCollection<RoutingInputPort> {DmIn};
OutputPorts = new RoutingPortCollection<RoutingOutputPort> {HDBaseTSink};
PreventRegistration = true;
rmc.Register();
}
public override void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge)