openhab export added
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import * as logger from './log'
|
||||
import { mqttHandler } from './MqttDispatcher'
|
||||
import { HomekitExportType } from './Export'
|
||||
import { ExportType } from './Export'
|
||||
|
||||
|
||||
export abstract class AItem {
|
||||
@ -28,8 +28,8 @@ export abstract class AItem {
|
||||
|
||||
abstract processMessage(topic: string, payload: string) : void
|
||||
|
||||
exportHomekit() : HomekitExportType {
|
||||
return {'id': this.itemId, 'object': null }
|
||||
exportItem() : ExportType|null {
|
||||
return null
|
||||
}
|
||||
|
||||
start() : void {
|
||||
|
Reference in New Issue
Block a user