somfy

Crates.iosomfy
lib.rssomfy
version0.1.0
sourcesrc
created_at2024-06-28 21:13:58.618498
updated_at2024-06-28 21:13:58.618498
descriptionA library for controlling Somfy equipment.
homepagehttps://github.com/reitermarkus/somfy-rs
repositoryhttps://github.com/reitermarkus/somfy-rs
max_upload_size
id1287030
size89,975
Markus Reiter (reitermarkus)

documentation

https://docs.rs/somfy

README

somfy-rs

RTS Protocol Frame

        bit
         0  1  2  3  4  5  6  7
       ╭───────────────────────╮
byte 0 │    ENCRYPTION KEY     │
       ├───────────┬───────────┤
     1 │  COMMAND  │ CHECKSUM  │
       ├───────────┴───────────┤
     2 │      ROLLING CODE     │
       │╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌│
     3 │      (BIG ENDIAN)     │
       ├───────────────────────┤
     4 │        REMOTE         │
       │╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌│
     5 │        ADDRESS        │
       │╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌│
     6 │    (LITTLE ENDIAN)    │
       ╰───────────────────────╯
Commit count: 81

cargo fmt