Skip to content

Commit

Permalink
Added device type 603 (issue #667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Jan 7, 2024
1 parent 582023f commit bc9e7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions custom_components/smartthinq_sensors/wideq/core_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,6 @@ async def set_device_controls(
}
)
res = await self.post("rti/rtiControl", payload)
_LOGGER.debug("Set V1 result: %s", str(res))

return res

Expand Down Expand Up @@ -1313,7 +1312,6 @@ async def device_v2_controls(

if payload:
res = await self.post2(cmd_path, payload)
_LOGGER.debug("Set V2 result: %s", str(res))

return res

Expand Down
4 changes: 3 additions & 1 deletion custom_components/smartthinq_sensors/wideq/device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ class DeviceType(Enum):
FAN = 405
WATER_HEATER = 406
AIR_PURIFIER_FAN = 410
ROBOT_KING = 501
ROBOT_VACUUM = 501
STICK_VACUUM = 504
CLOUD_GATEWAY = 603
TV = 701
BOILER = 801
SPEAKER = 901
Expand Down

0 comments on commit bc9e7b5

Please sign in to comment.