pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
11 lines (8 loc) • 329 B
JavaScript
// ******************************************************************
// § 5.4. Validation keywords for objects
// ******************************************************************
var Errors = require('../../../errors.js');
module.exports = function(config) {
// no-op (_propertiesImpl will validate this)
return [];
};