// Re-export commands from core
pubusewacore::store::commands::*;// Wrapper function to apply commands to our platform-specific Device
pubfnapply_command_to_device(device:&mutcrate::store::Device, command: DeviceCommand){wacore::store::commands::apply_command_to_device(&mut device.core, command);}