-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# OnAirSync | ||
Automatically monitor whether you are in a (video) call and push updates to openHAB | ||
|
||
[![.github/workflows/build.yml](https://github.com/LinqLover/OnAirSync/workflows/.github/workflows/build.yml/badge.svg)](https://github.com/LinqLover/OnAirSync/actions) [![https://github.com/LinqLover/OnAirSync/releases](https://img.shields.io/github/v/release/LinqLover/OnAirSync.svg)](https://github.com/LinqLover/OnAirSync/releases) | ||
|
||
Automatically monitor whether you are in a (video) call and push updates to openHAB. | ||
Works for Win32 apps only (no Linux, no UWP apps). | ||
|
||
## Installation | ||
|
||
- Download the latest release from the [release section](https://github.com/LinqLover/OnAirSync/releases) | ||
- 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>`). | ||
|
||
## Development | ||
|
||
See [`build.yml`](.github/workflows/build.yml) on how to build the project using `dotnet`. | ||
VS Code can also generate some convenient `{launch,task}.json` files for you. | ||
|
||
Contributions or questions of all kinds are highly welcome! |