Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit a911d95

Browse files
committed
Fix for #43
fixed the device attribute.
1 parent 075ad8e commit a911d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import packet
6666
manager = packet.Manager(auth_token="yourapiauthtoken")
6767

6868
device = manager.get_device('device-id')
69-
print(device.status)
69+
print(device.state)
7070
device.reboot()
7171
```
7272

0 commit comments

Comments
 (0)