Added Door Status again

This commit is contained in:
Nicolas Bachschwell 2024-05-24 16:02:00 +02:00
parent fd6d54697c
commit 4b7195a037
Signed by: NBSgamesAT
GPG Key ID: 2D73288FF7AEED2F

View File

@ -26,7 +26,7 @@ public:
cover::CoverTraits get_traits() override {
auto traits = cover::CoverTraits();
traits.set_is_assumed_state(false);
traits.set_supports_position(false);
traits.set_supports_position(true);
traits.set_supports_tilt(false);
traits.set_supports_stop(true);
traits.set_supports_toggle(true);