Skip to content

Releases: mdmeacham/pyimi

v0.0.6

21 Dec 00:45
Compare
Choose a tag to compare

This release:

  • Fixed online check functionality
  • Added lastContact as a device property

v0.0.5

28 Oct 21:56
Compare
Choose a tag to compare

Adds the ability to query custom device attributes.

retrieve custom device attributes for a device

for attribute in device1.attributes:
print(attribute['name'], ':', attribute['value'])