protected internal override void HandleEvent(Command command) { base.HandleEvent(command); var report = new CentralSceneReport(Node, command.Payload); OnChanged(new ReportEventArgs <CentralSceneReport>(report)); }
protected internal override void HandleEvent(Command command) { base.HandleEvent(command); if (command.CommandID == Convert.ToByte(CentralScene.command.Notification)) { var report = new CentralSceneReport(Node, command.Payload); OnChanged(new ReportEventArgs <CentralSceneReport>(report)); } }