Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilicvane/desktop-matters
Add your desktop computer as Matter devices.
https://github.com/vilicvane/desktop-matters
matter matter-js
Last synced: 20 days ago
JSON representation
Add your desktop computer as Matter devices.
- Host: GitHub
- URL: https://github.com/vilicvane/desktop-matters
- Owner: vilicvane
- License: mit
- Created: 2023-10-03T17:15:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T15:29:30.000Z (about 1 year ago)
- Last Synced: 2024-11-30T15:41:54.223Z (23 days ago)
- Topics: matter, matter-js
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://img.shields.io/npm/v/desktop-matters?color=%23cb3837&style=flat-square)](https://www.npmjs.com/package/desktop-matters)
[![Repository package.json version](https://img.shields.io/github/package-json/v/vilic/desktop-matters?color=%230969da&label=repo&style=flat-square)](./package.json)
[![MIT License](https://img.shields.io/badge/license-MIT-999999?style=flat-square)](./LICENSE)
[![Discord](https://img.shields.io/badge/chat-discord-5662f6?style=flat-square)](https://discord.gg/vanVrDwSkS)# desktop-matters
Add your desktop computer as Matter devices.
https://github.com/vilic/desktop-matters/assets/970430/ddc091ea-9b16-49d8-b7e3-498de8ace73c
## Platforms
Currently Windows-only.
## Features
- Add desktop screen as an `ON_OFF_LIGHT` device to lock (turn off).
## Installation
```bash
npm install --global desktop-matters
```## Usage
Start the device and pair:
```bash
desktop-matters
```Reset the device (currently required before re-pairing):
```bash
desktop-matters --reset
```Enable/disable startup:
```bash
desktop-matters --startup
desktop-matters --disable-startup
```## License
MIT License.