We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb73d8 commit 4a96455Copy full SHA for 4a96455
1 file changed
src/bsblan/constants.py
@@ -477,7 +477,7 @@ def get_hvac_action_category(status_code: int) -> HVACActionCategory:
477
API_VALIDATOR_NOT_INITIALIZED_ERROR_MSG: Final[str] = "API validator not initialized"
478
SECTION_NOT_FOUND_ERROR_MSG: Final[str] = "Section '{}' not found in API data"
479
INVALID_CIRCUIT_ERROR_MSG: Final[str] = (
480
- "Invalid circuit number: {}. Must be 1, 2, or 3."
+ "Invalid circuit number: {}. Must be 1 or 2."
481
)
482
INVALID_RESPONSE_ERROR_MSG: Final[str] = (
483
"Invalid response format from BSB-LAN device: {}"
0 commit comments