#pragma once #include enum class RemoteCommand : uint8_t { launchApp = 1, upgradeLauncher = 2 };