pub unsafe extern "C" fn indigo_set_switch(
property: *mut indigo_property,
item: *mut indigo_item,
value: bool,
)Expand description
Set switch item on (and reset other if needed).
pub unsafe extern "C" fn indigo_set_switch(
property: *mut indigo_property,
item: *mut indigo_item,
value: bool,
)Set switch item on (and reset other if needed).