@palekseii/homebridge-tuya-platform
Version:
Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.
22 lines • 753 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TuyaRecordingDelegate = void 0;
class TuyaRecordingDelegate {
updateRecordingActive(active) {
throw new Error('Method not implemented.');
}
updateRecordingConfiguration(configuration) {
throw new Error('Method not implemented.');
}
handleRecordingStreamRequest(streamId) {
throw new Error('Method not implemented.');
}
acknowledgeStream(streamId) {
throw new Error('Method not implemented.');
}
closeRecordingStream(streamId, reason) {
throw new Error('Method not implemented.');
}
}
exports.TuyaRecordingDelegate = TuyaRecordingDelegate;
//# sourceMappingURL=TuyaRecordingDelegate.js.map