Skip to content

[Standing Circulator Fan] deviceType in GET /v1.1/devices response returns "Standing Fan" instead of documented "Standing Circulator Fan" #488

@hsakoh

Description

@hsakoh

Analysis

The SwitchBot API GET /v1.1/devices endpoint returns "Standing Fan" as the deviceType
for Standing Circulator Fan devices, while the official documentation states it
should be "Standing Circulator Fan".

Expected Behavior

{
  "deviceType": "Standing Circulator Fan"
}

Steps To Reproduce

  1. Register a Standing Circulator Fan to a SwitchBot Hub
  2. Call GET https://api.switch-bot.com/v1.1/devices
  3. Check the deviceType field in the response for the Standing Circulator Fan

Logs

{
  "deviceId": "XXXXXXXXXXXX",
  "deviceName": "Standing Circulator Fan",
  "deviceType": "Standing Fan",
  ...
}

Additional Context

  • BatteryCirculatorFan and CirculatorFan correctly return their documented strings.

Please correct the API to return "Standing Circulator Fan" as documented,
or update the documentation to reflect the actual behavior.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions