Let me first introduce myself quickly. I have written my own Synology "integration" (actually a plugin for HomeSeer HS4 in C# for NAS and Router). I do a lot of reverse engineering myself and sometimes I get data from users. I also seem to end up in this repository quite often when I Google, so I thought I would share some info.
To start with, here are a few more fields for the additional parameter in get_package:
autoupdate
beta
dependent_packages
description
description_enu (seems to require description)
install_type
installed_info
is_uninstall_page
maintainer
startable
silent_upgrade
support_center
There may be more (identical to list_installed), but so far I have seen only empty strings during testing.
Let me first introduce myself quickly. I have written my own Synology "integration" (actually a plugin for HomeSeer HS4 in C# for NAS and Router). I do a lot of reverse engineering myself and sometimes I get data from users. I also seem to end up in this repository quite often when I Google, so I thought I would share some info.
To start with, here are a few more fields for the additional parameter in get_package:
autoupdate
beta
dependent_packages
description
description_enu (seems to require description)
install_type
installed_info
is_uninstall_page
maintainer
startable
silent_upgrade
support_center
There may be more (identical to list_installed), but so far I have seen only empty strings during testing.