UNPKG

thing-it-device-itach

Version:

[thing-it-node] Device Plugin for ITach bridges (e.g. Wifi/IR).

28 lines (27 loc) 585 B
module.exports = { label: "Home", id: "home", devices: [{ label: "TV", id: "tv", plugin: "itach/tvRemote", configuration: { simulated: true, host: "192.168.10.1" }, actors: [], sensors: [] }, { label: "iRobot Roomba", id: "iRobotRoomba", plugin: "itach/iRobotRoombaRemote", configuration: { simulated: true, host: "192.168.10.1" }, actors: [], sensors: [] }], services: [], eventProcessors: [] };