1.0.9 • Published 2 years ago

homebridge-discord v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Homebridge Discord Mute

Ever wanted to mute/unmute yourself on Discord through HomeKit? Here's your answer!

Quick start:

to use this plugin you have to have the Client Running on the machine with Discord.

then go to your homebridge machine, and run the following command:

npm i -g homebridge-discordmute

and add this to your homebridge config.json file:

"accessories": [
    {
        "name": "Mute",
        "accessory": "DiscordMute"
        "ip_address": "127.0.0.0"
    }
]

Configuration

to make Homebridge aware that you've installed a new plugin, you have to add it into your config file. Somewhere inside that file you should see a key named accessories.

the type parameter has to be either "mute" or "deaf", with the first letter being lower case

the ip_address parameter needs to be the ip address of the computer with Discord & the Client on!

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago