Update robovac.py

This commit is contained in:
Paul 2023-08-08 09:18:16 +01:00 committed by GitHub
parent 097a7e5932
commit 42c10ada98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,4 +118,4 @@ class RoboVac(TuyaDevice):
def getFanSpeeds(self): def getFanSpeeds(self):
return ROBOVAC_SERIES_FAN_SPEEDS[self.getRoboVacSeries()] return ROBOVAC_SERIES_FAN_SPEEDS[self.getRoboVacSeries()]