Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 13, 2021
1 parent 2872564 commit 9f9472e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
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!

0 comments on commit 9f9472e

Please sign in to comment.