fix: IkeaRemote callback is missing default specifier

This commit is contained in:
2025-09-08 02:14:09 +02:00
parent 3be11b0c6a
commit 3a7f2f9bd7

View File

@@ -23,7 +23,7 @@ pub struct Config {
#[device_config(from_lua)]
pub client: WrappedAsyncClient,
#[device_config(from_lua)]
#[device_config(from_lua, default)]
pub callback: ActionCallback<IkeaRemote, bool>,
#[device_config(from_lua, default)]
pub battery_callback: ActionCallback<IkeaRemote, f32>,