https://github.com/vilicvane/desktop-matters
Add your desktop computer as Matter devices.
https://github.com/vilicvane/desktop-matters
matter matter-js
Last synced: 12 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T15:29:30.000Z (over 2 years ago)
- Last Synced: 2025-03-24T00:54:53.258Z (12 months 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
[](https://www.npmjs.com/package/desktop-matters)
[](./package.json)
[](./LICENSE)
[](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.