internal void OnDeviceIdentified(InsteonDevice device) { DeviceIdentified?.Invoke(this, new InsteonDeviceEventArgs(device)); }
private void OnDeviceIdentified() { DeviceIdentified?.Invoke(this, new InsteonDeviceEventArgs(this)); network.Devices.OnDeviceIdentified(this); }