This commit is contained in:
2025-05-13 17:45:19 +03:00
parent b610a38682
commit 00cf1834e9
4 changed files with 25 additions and 7 deletions

View File

@@ -63,4 +63,15 @@ protected:
error_callback_t _errorCallback{[](const mount_state_error_t&) {}};
};
/* */
class MccMountStateIDLE
{
public:
std::string_view ident() const
{
return "MCC-MOUNT-STATE-IDLE";
}
};
} // namespace mcc