UNPKG

pimatic-mochad-simple

Version:

Sends and recieve X10 commands and events through a mochad server

13 lines 302 B
module.exports = { title: "pimatic-mochad-simple config" type: "object" properties: host: description: "Hostname mochad is available on" type: "string" default: "localhost" port: description: "Port mochad is available on" type: "number" default: 1099 }