Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 authored Jun 14, 2024
1 parent 4177533 commit 0bd44aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ client = Vallox('192.168.1.10') # Vallox unit IP

async def run():
data = await client.fetch_metric_data()
profile = data.profile # RETURNS a PROFILE.* value
profile = data.profile # RETURNS a Profile.* value
await client.set_profile(Profile.HOME) # Permanently HOME profile
await client.set_profile(Profile.AWAY) # Permanently AWAY profile
await client.set_profile(Profile.FIREPLACE) # FIREPLACE mode for configured timeout
Expand Down

0 comments on commit 0bd44aa

Please sign in to comment.