Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix type of Device.GroupName to string from bool #14

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

koizuka
Copy link
Contributor

@koizuka koizuka commented Jul 9, 2023

日本語で失礼します。

SwitchBot スマートロックを2つ買ってグループ化(ツインロックに)したのですが、デバイス一覧をとると Device.GroupNamestring で返されてきました。bool なのは Device.Group で、これが true の場合に GroupName が現れます。
go-switchbot では Device.GroupNamebool で記述されているため(公式ドキュメントが間違ってますね) Unmarshal で失敗してしまいますので、このPRでは単純に string に書き換えます。(テストないですね)

@nasa9084
Copy link
Owner

ありがとうございます。コメントからも分かるように、nameなのにboolean、変だな〜って思いながら書きました。
スマートロックは持っていないので助かります。
公式ドキュメントの方にもissueを上げておいてもらえると、他の人も助かるかと思います〜

@nasa9084 nasa9084 self-requested a review July 18, 2023 09:30
@nasa9084 nasa9084 self-assigned this Jul 18, 2023
@nasa9084 nasa9084 merged commit 7a83832 into nasa9084:main Jul 18, 2023
@koizuka koizuka deleted the fix-group-name branch July 19, 2023 15:26
@koizuka
Copy link
Contributor Author

koizuka commented Jul 19, 2023

報告してmergeされました~ OpenWonderLabs/SwitchBotAPI#225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants