Compare commits
2 Commits
4dce81046c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 414d01382c | |||
| 70718fae26 |
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -7,8 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install PlatformIO
|
- name: Install PlatformIO
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ Library for sending and receiving PowerView packets so that blinds can be contro
|
|||||||
- Move to position
|
- Move to position
|
||||||
- Query position
|
- Query position
|
||||||
- Query battery level
|
- Query battery level
|
||||||
|
- Activate scene
|
||||||
|
|
||||||
## Code Sample
|
## Code Sample
|
||||||
|
|
||||||
@@ -240,5 +241,3 @@ C00F0005A1FFFF00008604FF000053471B446B
|
|||||||
| 12 | Logical Source ID | `0x0000` | ID of hub |
|
| 12 | Logical Source ID | `0x0000` | ID of hub |
|
||||||
| 16 | Scene ID | `1B` | |
|
| 16 | Scene ID | `1B` | |
|
||||||
| 17 | Checksum | `0x446B` | |
|
| 17 | Checksum | `0x446B` | |
|
||||||
|
|
||||||
Note: activating scenes is not supported by the library (yet!)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user