Skip to content

Add XIO and LS60W POST support, LS60/LS60Wireless aliases#19

Open
danielpetrovic wants to merge 1 commit into
N0ciple:mainfrom
danielpetrovic:xio-ls60w-post-fix
Open

Add XIO and LS60W POST support, LS60/LS60Wireless aliases#19
danielpetrovic wants to merge 1 commit into
N0ciple:mainfrom
danielpetrovic:xio-ls60w-post-fix

Conversation

@danielpetrovic

Copy link
Copy Markdown
Contributor

Summary

  • XIO firmware 1.4.135 switched setData from GET to POST — adds "XIO" to _POST_MODELS
  • LS60 firmware renamed the model ID from "LS60" to "LS60W" (fixes New firmware changes speaker model from LS60 to LS60W #18) — replaces "LS60" with "LS60W" in _POST_MODELS
  • Adds "LS60": "LS60W" alias for backward compat with users on older LS60 firmware
  • Adds "LS60Wireless": "LS60W" alias for integrations that use the product name as the model key

Verified on XIO fw1.4.135.

XIO firmware 1.4.135 switched setData from GET to POST.
LS60 firmware renamed the model ID from "LS60" to "LS60W" (reported
in issue N0ciple#18). Changes:
- Add "XIO" and "LS60W" to _POST_MODELS
- Remove "LS60" from _POST_MODELS (no longer the active model ID)
- Add "LS60": "LS60W" alias for backward compat with older LS60 firmware
- Add "LS60Wireless": "LS60W" alias for integrations using the product name

Verified: XIO fw1.4.135 responds correctly after this change.
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.

New firmware changes speaker model from LS60 to LS60W

1 participant