Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JosephDuffy/homebridge-pc-volume
/ functions
Functions
15 in github.com/JosephDuffy/homebridge-pc-volume
⨍
Functions
15
◇
Types & classes
9
↓ 42 callers
Method
getServices
()
src/ComputerSpeakersAccessory.ts:251
↓ 11 callers
Function
createAccessory
(config: Config)
src/__tests__/ComputerSpeakersAccessory.ts:13
↓ 5 callers
Method
bindBooleanCharacteristic
( characteristic: WithUUID<new () => Characteristic>, getValue: () => Promise<boolean>, setValue:
src/ServiceWrapper.ts:15
↓ 5 callers
Method
getMuted
()
src/ComputerSpeakers.ts:15
↓ 5 callers
Method
setVolume
( volume: number, algorithm: VolumeAlgorithm )
src/ComputerSpeakers.ts:43
↓ 4 callers
Method
setMuted
(newValue: boolean)
src/ComputerSpeakers.ts:27
↓ 3 callers
Method
bindNumberCharacteristic
( characteristic: WithUUID<typeof Characteristic>, getValue: () => Promise<number>, setValue: (sys
src/ServiceWrapper.ts:37
↓ 2 callers
Method
modifyVolume
( delta: number, algorithm: VolumeAlgorithm )
src/ComputerSpeakers.ts:108
↓ 2 callers
Method
notifyServicesOfVolume
(volume: number)
src/ComputerSpeakersAccessory.ts:263
↓ 1 callers
Method
getVolume
(algorithm: VolumeAlgorithm)
src/ComputerSpeakers.ts:76
Method
constructor
(service: Service)
src/ServiceWrapper.ts:11
Method
constructor
(logger: Logging, config: Config, api: API)
src/ComputerSpeakersAccessory.ts:23
Method
constructor
(log: Logging, loudness: Loudness)
src/ComputerSpeakers.ts:10
Function
initialise
(api: API)
src/index.ts:4
Method
notifyServicesOfMuteStatus
(isMuted: boolean)
src/ComputerSpeakersAccessory.ts:281