Skip to content

Commit 4a96455

Browse files
committed
refactor: update invalid circuit error message to reflect supported circuits
1 parent 4fb73d8 commit 4a96455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bsblan/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def get_hvac_action_category(status_code: int) -> HVACActionCategory:
477477
API_VALIDATOR_NOT_INITIALIZED_ERROR_MSG: Final[str] = "API validator not initialized"
478478
SECTION_NOT_FOUND_ERROR_MSG: Final[str] = "Section '{}' not found in API data"
479479
INVALID_CIRCUIT_ERROR_MSG: Final[str] = (
480-
"Invalid circuit number: {}. Must be 1, 2, or 3."
480+
"Invalid circuit number: {}. Must be 1 or 2."
481481
)
482482
INVALID_RESPONSE_ERROR_MSG: Final[str] = (
483483
"Invalid response format from BSB-LAN device: {}"

0 commit comments

Comments
 (0)