Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def main() -> None:
"""
# Create a configuration object
config = BSBLANConfig(
host="10.0.2.60",
host="192.0.2.1",
passkey=None,
username=os.getenv("USERNAME"), # Compliant
password=os.getenv("PASSWORD"), # Compliant
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch_param.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Fetch one or more BSB-LAN parameters and print the raw API response.
Usage:
export BSBLAN_HOST=10.0.2.60
export BSBLAN_HOST=192.0.2.1
export BSBLAN_PASSKEY=your_passkey # if needed
# Single parameter
Expand Down
Loading
Loading