Commit 07a538b
Document that ExecutionMode is Cloud API only (#2088)
## Summary
Documents that `ExecutionMode` is only supported by the **Cloud API**.
The local API (Somfy TaHoma Developer Mode) does not accept an execution
mode and rejects the request.
Added a note in three docs pages and the `execute_action_group`
docstring, each linking the upstream issue.
## Changes
- `docs/device-control.md` — warning admonition under the
execution-modes example
- `docs/core-concepts.md` — note under the execution-modes list
- `docs/migration-v2.md` — appended caveat to the existing
`ExecutionMode` mention
- `pyoverkiz/client.py` — `execute_action_group` docstring `mode` arg
## Reference
See
Somfy-Developer/Somfy-TaHoma-Developer-Mode#227
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent 174617c commit 07a538b
4 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
257 | 263 | | |
258 | 264 | | |
259 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
613 | 615 | | |
614 | 616 | | |
615 | 617 | | |
| |||
0 commit comments