@tak-ps/etl
    Preparing search index...

    Variable OutgoingDeviceMessageConst

    OutgoingDeviceMessage: TObject<
        {
            action: TEnum<typeof OutgoingAction>;
            channels: TArray<TInteger>;
            data: TRecord<TString, TUnknown>;
            type: TLiteral<Device>;
        },
    > = ...

    A CoreDevice lifecycle change delivered to an Outgoing Layer subscribed to device:<action>