remove unneeded trait sets

This commit is contained in:
J. Nick Koston 2023-06-11 10:08:52 -07:00
parent 40b216029c
commit eae7a7c9e8
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ namespace ratgdo {
{
auto traits = CoverTraits();
traits.set_supports_stop(true);
traits.set_supports_position(false);
traits.set_supports_tilt(false);
traits.set_is_assumed_state(false);
return traits;
}
void RATGDOCover::control(const CoverCall& call)