Skip to content

Support enumerating enabled packages -  #65

@Gestas

Description

@Gestas

We should support enumerating enabled and running Synology packages. This will make the sample code in this repo more tolerant to different customer configurations. I'll include this in the pull for #58.

print("=== Enabled Packages ===")
   ...: api.polling.update()
   ...: for p in api.polling.enabled_packages:
   ...:     print(p)
   ...: print("--")

=== Enabled Packages ===
CloudSync
Docker
LogCenter
OAuthService
SnapshotReplication
StorageAnalyzer
SynoFinder
VPNCenter
exFAT
--

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions