Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 641 Bytes

File metadata and controls

19 lines (12 loc) · 641 Bytes

IHC Project Download/Upload Utility

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.

Usage

# 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>

Configuration

Requires ihcsettings.json with IHC controller endpoint and credentials (see ihcsettings_template.json in repository root).