This commit is contained in:
J. Nick Koston 2025-07-18 08:39:31 -10:00
parent 19ab40e5c2
commit dc7b39722d
No known key found for this signature in database

View File

@ -371,6 +371,7 @@ message CoverStateResponse {
// Deprecated in API version 1.1
enum LegacyCoverCommand {
option deprecated = true;
LEGACY_COVER_COMMAND_OPEN = 0;
LEGACY_COVER_COMMAND_CLOSE = 1;
LEGACY_COVER_COMMAND_STOP = 2;