Summary Title:
[TC-FAN] Clarify TC-FAN-4.1 test behavior restricting implicit OnOff state changes via PercentSetting updates
Description:
Questions arise regarding the test behavior in TC-FAN-4.1, which strictly limits scenarios when the OnOff cluster is in the Off state. Currently, the test design prevents the possibility of turning the device on implicitly by modifying the fan state.
Specifically, in step 11, the test sends an Off command to the On/Off cluster. Subsequently, in step 16, a value of 1 is written to PercentSetting, and the test verifies that PercentCurrent remains 0.
This enforces a rigid scenario where the On/Off cluster acts as an absolute master switch, meaning the fan cannot spin if it was previously turned off. This test behavior restricts implementations that might otherwise automatically transition the OnOff cluster state to On (and turn the fan on) when a new, non-zero speed setting is received. Clarification is requested to determine if the specification strictly mandates this behavior, or if implementations are permitted to turn the device on upon receiving a PercentSetting change.
Steps to reproduce:
- Execute test
TC-FAN-4.1.
- Observe step 11, where an
Off command is explicitly sent to the On/Off cluster.
- Observe step 16, where
PercentSetting is written to 1.
- Note the test expectation that
PercentCurrent must remain 0.
- Observe that this enforces a strict master switch logic and prevents the device from implicitly turning on the OnOff state upon receiving a valid speed update.
Summary Title:
[TC-FAN] Clarify TC-FAN-4.1 test behavior restricting implicit OnOff state changes via PercentSetting updates
Description:
Questions arise regarding the test behavior in
TC-FAN-4.1, which strictly limits scenarios when the OnOff cluster is in theOffstate. Currently, the test design prevents the possibility of turning the device on implicitly by modifying the fan state.Specifically, in step 11, the test sends an
Offcommand to the On/Off cluster. Subsequently, in step 16, a value of1is written toPercentSetting, and the test verifies thatPercentCurrentremains0.This enforces a rigid scenario where the On/Off cluster acts as an absolute master switch, meaning the fan cannot spin if it was previously turned off. This test behavior restricts implementations that might otherwise automatically transition the OnOff cluster state to
On(and turn the fan on) when a new, non-zero speed setting is received. Clarification is requested to determine if the specification strictly mandates this behavior, or if implementations are permitted to turn the device on upon receiving aPercentSettingchange.Steps to reproduce:
TC-FAN-4.1.Offcommand is explicitly sent to the On/Off cluster.PercentSettingis written to1.PercentCurrentmust remain0.