| 30 | #include "openhd_reboot_util.h" |
| 31 | |
| 32 | int main() { |
| 33 | // RebootUtil::handlePowerCommand(false); |
| 34 | openhd::reboot::handle_power_command_async(std::chrono::seconds(3), false); |
| 35 | std::this_thread::sleep_for(std::chrono::seconds(10)); |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected