Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

v5.0.0 Release

Compare
Choose a tag to compare
released this 12 Jul 18:29
· 294 commits to develop since this release
2fc8b8c
  • Update package to be compatible with v5.0.0
  • Added tools.RestoreIntents which will restore Intents, Groups, & Dashboard from a file, another instance, or factory default
  • Added all inventory endpoints to inventory (phones, fans, modules, powerSupplies, powerSuppliesFans)
  • Allow initialization without loaded snapshots
  • Added IPFClient.loaded_snapshots and IPFClient.unloaded_snapshots
  • Added a Load and Unload snapshot function to Snapshot model ipf.snapshots['ea0da479-6222-4cf6-a0ae-78a610669477'].load(ipf)
  • Added ability to get attributes for a snapshot attributes = ipf.snapshots['$last'].attributes(ipf)