Skip to content

Commit

Permalink
Update installation instructions for scheduled task
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Jan 13, 2021
1 parent 0938e7a commit 38a99dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Works for Win32 apps only (no Linux, no UWP apps).
- Extract it
- Execute it using `OnAirSync -i <your_openHAB_item_name>`

For better convenience, you may want to create an automated task in the Windows scheduled task settings (trigger: on log-on, action: start `cmd.exe /c start "" C:\path\to\OnAirSync.exe -i <your_openHAB_item_name>`).
For better convenience, you may want to create an automated task in the Windows scheduled task settings (trigger: on log-on, action: start `cmd.exe /c "start /b C:\path\to\OnAirSync.exe -i <your_openHAB_item_name>"`).

## Development

Expand Down

0 comments on commit 38a99dc

Please sign in to comment.