Fix for bad naming on variable
This commit is contained in:
parent
485306c6fe
commit
036fba8caa
|
|
@ -103,7 +103,7 @@ class RoboVac(TuyaDevice):
|
||||||
| VacuumEntityFeature.STOP
|
| VacuumEntityFeature.STOP
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.modelCode in HAS_MAP_FEATURE:
|
if self.model_code in HAS_MAP_FEATURE:
|
||||||
supportedFeatures |= VacuumEntityFeature.MAP
|
supportedFeatures |= VacuumEntityFeature.MAP
|
||||||
|
|
||||||
return supportedFeatures
|
return supportedFeatures
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue