public void DeviceStateChanged(R7ConnectionState p0, R7ConnectionState p1) { Safety(() => { logger.Log($"[R7] Device state changed {p1} -> {p0}"); }); }
public override void DeviceStateChanged(R7ConnectionState stateTo, R7ConnectionState stateFrom) { this.framework.DeviceStateChanged(stateTo, stateFrom); }