Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computationalphysiology/simula-lights

Tool controlling the lights at KA23
https://github.com/computationalphysiology/simula-lights

Last synced: about 2 months ago
JSON representation

Tool controlling the lights at KA23

Awesome Lists containing this project

README

        

# Lights at KA23

Command line tool for controlling the lights at KA23.

## Install
You can install the package with [`pipx`](https://github.com/pypa/pipx)

```
pipx install git+https://github.com/ComputationalPhysiology/simula-lights
```

This will install the `lights` command.

## Usage
You must give your office number as the first argument:

```
lights ROOM
```

With no other arguments, the lights are reset:

```
lights ROOM
```

You can also specify brightness or color with a range 0-4:

```
lights ROOM brightness 2
```
or
```
lights ROOM color 3
```

## Credits

The script is written by [minrk](https://github.com/minrk) and packaged by [finsberg](https://github.com/finsberg)