ST2110OutputSettings.onDeviceStateChange property
Called whenever the device-wide NMOS-registration lifecycle transitions. The transition to "ready" signals that an NMOS controller can now discover this device and PATCH its senders. Useful for gating dev-side PATCH simulation or showing "starting up…" / "ready" in a UI.
Signature:
onDeviceStateChange?: (event: ST2110DeviceStateEvent) => void;