Command-line utility to download or upload IHC project files (.vis) from/to an IHC controller.
NB: The utility does not currently save/restore assoicated runtime values, so light switche states etc. will be reset.
# Download project from controller
dotnet run --project ihc_ProjectDownloadUpload.csproj GET <destination-file>
# Upload project to controller
dotnet run --project ihc_ProjectDownloadUpload.csproj STORE <source-file>Requires ihcsettings.json with IHC controller endpoint and credentials (see ihcsettings_template.json in repository root).