#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_thermostat_is_on( thermostat: *const PamojaThermostat, ) -> bool
Reports a thermostat’s current output without feeding it a reading.
true while the load should run, or false if thermostat is null.
true
false
thermostat
thermostat must be a live handle from a thermostat constructor, or null.