#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_signal_set_bool(
name: *const c_char,
value: bool,
) -> LumenStatusExpand description
Set a scalar signal to a boolean, typed.
Pushes PropertyValue::Bool through the typed-property bus so the
PropertyStore cell receives the typed variant directly.