chore(driver-kasa): rename impl_protocol to protocol to match with home-assistant/light

This commit is contained in:
J / Jacob Babich
2026-07-15 01:06:34 -04:00
parent cb216d0a0a
commit 8d3cde3c43
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
pub mod connection;
mod impl_protocol;
pub mod messages;
mod protocol;