Home
last modified time | relevance | path

Searched refs:energy_in_use (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dthermostat.c58 INT energy_in_use = 0; in thermostat_screen_bottom_info_update() local
66 energy_in_use += info->power; in thermostat_screen_bottom_info_update()
83 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_energy_in_use, energy_in_use); in thermostat_screen_bottom_info_update()
Dlights.c77 int energy_in_use = 0; in update_bottom_info_of_lights() local
86 energy_in_use += info->power; in update_bottom_info_of_lights()
104 gx_numeric_prompt_value_set(&lights_screen.lights_screen_energy_in_use, energy_in_use); in update_bottom_info_of_lights()