pimatic-nuki-reloaded
Version:
Pimatic plugin for Nuki Smart Locks
24 lines • 723 B
text/coffeescript
# #pimatic-denon-avr plugin config options
module.exports = {
title: "pimatic-nuki plugin config options"
type: "object"
properties:
debug:
description: "Debug mode. Writes debug messages to the pimatic log, if set to true."
type: "boolean"
default: false
host:
description: "Hostname or IP address of the Nuki Bridge"
type: "string"
port:
description: "Service Port of the Nuki bridge"
type: "number"
default: 8080
callbackPort:
description: "The port for the callback from the bridge"
type: "number"
default: 12321
token:
description: "The API token configured via the Nuki App when enabling the API"
type: "string"
}