Skip to content

Commit b166e13

Browse files
allenporterCopilot
andauthored
chore: Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6c0120 commit b166e13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ async def main():
5151

5252
# Get all vacuum devices that support the v1 PropertiesApi
5353
for device in devices:
54-
if not device.v1_properties:
55-
continue
54+
if not device.v1_properties:
55+
continue
5656

57-
# Refresh the current device status
58-
status_trait = device.v1_properties.status
59-
await status_trait.refresh()
60-
print(status_trait)
57+
# Refresh the current device status
58+
status_trait = device.v1_properties.status
59+
await status_trait.refresh()
60+
print(status_trait)
6161

6262
asyncio.run(main())
6363
```

0 commit comments

Comments
 (0)