File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3392,7 +3392,7 @@ def test_humidifer_with_empty_data() -> None:
3392
3392
"cw" : 4536 ,
3393
3393
},
3394
3394
b"\x00 \x10 \xd0 \xb4 " ,
3395
- "Rgbic Floor Lamp" ,
3395
+ "RGBICWW Floor Lamp" ,
3396
3396
SwitchbotModel .RGBICWW_FLOOR_LAMP ,
3397
3397
),
3398
3398
AdvTestCase (
@@ -3408,7 +3408,7 @@ def test_humidifer_with_empty_data() -> None:
3408
3408
"cw" : 4410 ,
3409
3409
},
3410
3410
b"\x00 \x10 \xd0 \xb3 " ,
3411
- "Rgbic Strip Light" ,
3411
+ "RGBICWW Strip Light" ,
3412
3412
SwitchbotModel .RGBICWW_STRIP_LIGHT ,
3413
3413
),
3414
3414
],
@@ -3591,7 +3591,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
3591
3591
"cw" : 4536 ,
3592
3592
},
3593
3593
b"\x00 \x10 \xd0 \xb4 " ,
3594
- "Rgbic Floor Lamp" ,
3594
+ "RGBICWW Floor Lamp" ,
3595
3595
SwitchbotModel .RGBICWW_FLOOR_LAMP ,
3596
3596
),
3597
3597
AdvTestCase (
@@ -3607,7 +3607,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
3607
3607
"cw" : 4410 ,
3608
3608
},
3609
3609
b"\x00 \x10 \xd0 \xb3 " ,
3610
- "Rgbic Strip Light" ,
3610
+ "RGBICWW Strip Light" ,
3611
3611
SwitchbotModel .RGBICWW_STRIP_LIGHT ,
3612
3612
),
3613
3613
],
@@ -3756,15 +3756,15 @@ def test_adv_passive(test_case: AdvTestCase) -> None:
3756
3756
b"\x00 \x00 \x00 \x00 \x10 \xd0 \xb4 " ,
3757
3757
{},
3758
3758
b"\x00 \x10 \xd0 \xb4 " ,
3759
- "Rgbic Floor Lamp" ,
3759
+ "RGBICWW Floor Lamp" ,
3760
3760
SwitchbotModel .RGBICWW_FLOOR_LAMP ,
3761
3761
),
3762
3762
AdvTestCase (
3763
3763
None ,
3764
3764
b"\x00 \x00 \x00 \x00 \x10 \xd0 \xb3 " ,
3765
3765
{},
3766
3766
b"\x00 \x10 \xd0 \xb3 " ,
3767
- "Rgbic Strip Light" ,
3767
+ "RGBICWW Strip Light" ,
3768
3768
SwitchbotModel .RGBICWW_STRIP_LIGHT ,
3769
3769
),
3770
3770
],
You can’t perform that action at this time.
0 commit comments