UNPKG
homebridge-kodi
Version:
latest (1.1.0)
1.1.0
1.0.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Kodi plugin for Homebridge
github.com/DeutscheMark/homebridge-kodi
DeutscheMark/homebridge-kodi
homebridge-kodi
/
dist
/
lib
/
characteristics
/
default-characteristic.d.ts
3 lines
•
246 B
TypeScript
View Raw
1
2
3
import
type {
Characteristic
as
CharacteristicClass
}
from
'homebridge'
;
export
default
function
defaultCharacteristic
(
Characteristic:
typeof
CharacteristicClass
):
typeof
CharacteristicClass
;
//# sourceMappingURL=default-characteristic.d.ts.map