1.0.9 • Published 3 years ago

homebridge-discord v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago