@@ -561,6 +561,39 @@ Protocols::InteractionModel::Status ClusterLogic::HandleMoveTo(Optional<TargetPo
561561 ChipLogProgress (AppServer, " Demo function - line 25" );
562562 VerifyOrDieWithMsg (mIsInitialized , AppServer, " MoveTo Command called before Initialization of closure" );
563563
564+ if (1 ){
565+ ChipLogProgress (AppServer, " Demo function - line 1" );
566+ ChipLogProgress (AppServer, " Demo function - line 2" );
567+ ChipLogProgress (AppServer, " Demo function - line 3" );
568+ ChipLogProgress (AppServer, " Demo function - line 4" );
569+ ChipLogProgress (AppServer, " Demo function - line 5" );
570+ ChipLogProgress (AppServer, " Demo function - line 6" );
571+ ChipLogProgress (AppServer, " Demo function - line 7" );
572+ ChipLogProgress (AppServer, " Demo function - line 8" );
573+ ChipLogProgress (AppServer, " Demo function - line 9" );
574+ ChipLogProgress (AppServer, " Demo function - line 10" );
575+ ChipLogProgress (AppServer, " Demo function - line 11" );
576+ ChipLogProgress (AppServer, " Demo function - line 12" );
577+ ChipLogProgress (AppServer, " Demo function - line 13" );
578+ ChipLogProgress (AppServer, " Demo function - line 14" );
579+ }
580+ else {
581+ ChipLogProgress (AppServer, " ELSE Demo function - line 1" );
582+ ChipLogProgress (AppServer, " ELSE Demo function - line 2" );
583+ ChipLogProgress (AppServer, " ELSE Demo function - line 3" );
584+ ChipLogProgress (AppServer, " ELSE Demo function - line 4" );
585+ ChipLogProgress (AppServer, " ELSE Demo function - line 5" );
586+ ChipLogProgress (AppServer, " ELSE Demo function - line 6" );
587+ ChipLogProgress (AppServer, " ELSE Demo function - line 7" );
588+ ChipLogProgress (AppServer, " ELSE Demo function - line 8" );
589+ ChipLogProgress (AppServer, " ELSE Demo function - line 9" );
590+ ChipLogProgress (AppServer, " ELSE Demo function - line 10" );
591+ ChipLogProgress (AppServer, " ELSE Demo function - line 11" );
592+ ChipLogProgress (AppServer, " ELSE Demo function - line 12" );
593+ ChipLogProgress (AppServer, " ELSE Demo function - line 13" );
594+ ChipLogProgress (AppServer, " ELSE Demo function - line 14" );
595+ }
596+
564597 VerifyOrReturnError (position.HasValue () || latch.HasValue () || speed.HasValue (), Status::InvalidCommand);
565598
566599 DataModel::Nullable<GenericOverallCurrentState> overallCurrentState;
0 commit comments