node-red-contrib-ui-led
Version:
A simple LED status indicator for the Node-RED Dashboard
15 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportedValueTypes = void 0;
// | 're'
// | 'date'
// | 'jsonata'
// | 'env'
exports.SupportedValueTypes = [
'str',
'num',
'bool',
'json',
'bin'
]; // TODO: add further support
//# sourceMappingURL=types.js.map