UNPKG

pimatic

Version:

A home automation server and framework for the Raspberry PI running on node.js

13 lines (9 loc) 213 B
// FunctionHelper // ------- function FunctionHelper(client) { this.client = client } FunctionHelper.prototype.now = function() { return this.client.raw('CURRENT_TIMESTAMP') } export default FunctionHelper