@@ -327,14 +327,6 @@ test.register_message_test(
327327 direction = " send" ,
328328 message = mock_device :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
329329 },
330- {
331- channel = " matter" ,
332- direction = " send" ,
333- message = {
334- mock_device .id ,
335- clusters .Thermostat .attributes .SystemMode :read ()
336- }
337- },
338330 {
339331 channel = " matter" ,
340332 direction = " receive" ,
@@ -348,14 +340,6 @@ test.register_message_test(
348340 direction = " send" ,
349341 message = mock_device :generate_test_message (" thermostatTwo" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
350342 },
351- {
352- channel = " matter" ,
353- direction = " send" ,
354- message = {
355- mock_device .id ,
356- clusters .Thermostat .attributes .SystemMode :read ()
357- }
358- },
359343 {
360344 channel = " matter" ,
361345 direction = " receive" ,
@@ -407,14 +391,6 @@ test.register_message_test(
407391 direction = " send" ,
408392 message = mock_device :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
409393 },
410- {
411- channel = " matter" ,
412- direction = " send" ,
413- message = {
414- mock_device .id ,
415- clusters .Thermostat .attributes .SystemMode :read ()
416- }
417- },
418394 {
419395 channel = " matter" ,
420396 direction = " receive" ,
@@ -428,14 +404,6 @@ test.register_message_test(
428404 direction = " send" ,
429405 message = mock_device :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " heat" }, {visibility = {displayed = false }}))
430406 },
431- {
432- channel = " matter" ,
433- direction = " send" ,
434- message = {
435- mock_device .id ,
436- clusters .Thermostat .attributes .SystemMode :read ()
437- }
438- },
439407 {
440408 channel = " matter" ,
441409 direction = " receive" ,
@@ -449,14 +417,6 @@ test.register_message_test(
449417 direction = " send" ,
450418 message = mock_device :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" }, {visibility = {displayed = false }}))
451419 },
452- {
453- channel = " matter" ,
454- direction = " send" ,
455- message = {
456- mock_device .id ,
457- clusters .Thermostat .attributes .SystemMode :read ()
458- }
459- },
460420 {
461421 channel = " matter" ,
462422 direction = " receive" ,
@@ -470,14 +430,6 @@ test.register_message_test(
470430 direction = " send" ,
471431 message = mock_device :generate_test_message (" thermostatTwo" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
472432 },
473- {
474- channel = " matter" ,
475- direction = " send" ,
476- message = {
477- mock_device .id ,
478- clusters .Thermostat .attributes .SystemMode :read ()
479- }
480- },
481433 {
482434 channel = " matter" ,
483435 direction = " receive" ,
@@ -491,14 +443,6 @@ test.register_message_test(
491443 direction = " send" ,
492444 message = mock_device :generate_test_message (" thermostatTwo" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " heat" }, {visibility = {displayed = false }}))
493445 },
494- {
495- channel = " matter" ,
496- direction = " send" ,
497- message = {
498- mock_device .id ,
499- clusters .Thermostat .attributes .SystemMode :read ()
500- }
501- },
502446 {
503447 channel = " matter" ,
504448 direction = " receive" ,
@@ -512,14 +456,6 @@ test.register_message_test(
512456 direction = " send" ,
513457 message = mock_device :generate_test_message (" thermostatTwo" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" }, {visibility = {displayed = false }}))
514458 },
515- {
516- channel = " matter" ,
517- direction = " send" ,
518- message = {
519- mock_device .id ,
520- clusters .Thermostat .attributes .SystemMode :read ()
521- }
522- },
523459 }
524460)
525461
@@ -539,14 +475,6 @@ test.register_message_test(
539475 direction = " send" ,
540476 message = mock_device :generate_test_message (" thermostatTwo" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
541477 },
542- {
543- channel = " matter" ,
544- direction = " send" ,
545- message = {
546- mock_device .id ,
547- clusters .Thermostat .attributes .SystemMode :read ()
548- }
549- },
550478 {
551479 channel = " matter" ,
552480 direction = " receive" ,
@@ -560,14 +488,6 @@ test.register_message_test(
560488 direction = " send" ,
561489 message = mock_device :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" }, {visibility = {displayed = false }}))
562490 },
563- {
564- channel = " matter" ,
565- direction = " send" ,
566- message = {
567- mock_device .id ,
568- clusters .Thermostat .attributes .SystemMode :read ()
569- }
570- },
571491 {
572492 channel = " matter" ,
573493 direction = " receive" ,
@@ -623,14 +543,6 @@ test.register_message_test(
623543 direction = " send" ,
624544 message = mock_device_with_auto :generate_test_message (" thermostatOne" , capabilities .thermostatMode .supportedThermostatModes ({" off" , " cool" , " heat" , " auto" }, {visibility = {displayed = false }}))
625545 },
626- {
627- channel = " matter" ,
628- direction = " send" ,
629- message = {
630- mock_device_with_auto .id ,
631- clusters .Thermostat .attributes .SystemMode :read ()
632- }
633- },
634546 {
635547 channel = " matter" ,
636548 direction = " receive" ,
@@ -657,14 +569,6 @@ test.register_message_test(
657569 clusters .Thermostat .server .attributes .ControlSequenceOfOperation :build_test_report_data (mock_device_with_auto , THERMOSTAT_TWO_EP , 5 )
658570 }
659571 },
660- {
661- channel = " matter" ,
662- direction = " send" ,
663- message = {
664- mock_device_with_auto .id ,
665- clusters .Thermostat .attributes .SystemMode :read ()
666- }
667- },
668572 {
669573 channel = " capability" ,
670574 direction = " send" ,
0 commit comments