26 bool handleResponse(
const char* key,
const char* value)
override;
27 void onProcessingEnd()
override;
30 void setShowChannelFunction(
bool show);
31 void setRenderContainer(
bool render);
32 void setShowOnlyForRollerFunction(
bool showOnly);
33 void setDynamicVisibilityFromChannelFunction(
bool enabled);
37 bool showChannelFunction =
true;
38 bool renderContainer =
true;
39 bool showOnlyForRollerFunction =
false;
40 bool dynamicVisibilityFromChannelFunction =
false;
42 bool pendingFacadeBlindTiming =
false;
43 bool pendingFacadeBlindTimingInvalid =
false;
44 uint32_t pendingOpeningTimeMs = 0;
45 uint32_t pendingClosingTimeMs = 0;
46 uint32_t pendingTiltingTimeMs = 0;
47 uint32_t pendingTiltControlType = SUPLA_TILT_CONTROL_TYPE_UNKNOWN;