Compare commits

2 Commits

Author SHA1 Message Date
414d01382c Update versions of actions 2024-04-20 12:14:40 +10:00
70718fae26 Update README to reflect activate scene command being supported 2024-04-20 12:12:27 +10:00
2 changed files with 3 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install PlatformIO

View File

@@ -12,6 +12,7 @@ Library for sending and receiving PowerView packets so that blinds can be contro
- Move to position
- Query position
- Query battery level
- Activate scene
## Code Sample
@@ -240,5 +241,3 @@ C00F0005A1FFFF00008604FF000053471B446B
| 12 | Logical Source ID | `0x0000` | ID of hub |
| 16 | Scene ID | `1B` | |
| 17 | Checksum | `0x446B` | |
Note: activating scenes is not supported by the library (yet!)