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
/
showtitle.d.ts
3 lines
•
218 B
TypeScript
View Raw
1
2
3
import
type {
Characteristic
,
WithUUID
}
from
'homebridge'
;
export
default
function
showtitle
(
DefaultCharacteristic:
typeof
Characteristic
):
WithUUID
<
new
() =>
Characteristic
>;
//# sourceMappingURL=showtitle.d.ts.map