node-red-contrib-home-assistant-websocket
Version:
Node-RED integration with Home Assistant through websocket and REST API
10 lines (9 loc) • 436 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const SensorBaseController_1 = __importDefault(require("../../common/controllers/SensorBaseController"));
class BinarySensorController extends SensorBaseController_1.default {
}
exports.default = BinarySensorController;
;