pimatic-dewpoint
Version:
Calculates dew point, absolute humidity, wind chill factor, heat index, and apparent temperature
12 lines (11 loc) • 337 B
text/coffeescript
# #dewpoint configuration options
# Declare your config option for your plugin here.
module.exports = {
title: "pimatic-dewpoint config options"
type: "object"
properties:
debug:
description: "Debug mode. Writes debug messages to the pimatic log, if set to true."
type: "boolean"
default: false
}