mattes-seins
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const miDevicesUtils = require('../src/utils');
|
||||
|
||||
module.exports = (RED) => {
|
||||
// natgas
|
||||
function XiaomiNatgasNode(config) {
|
||||
miDevicesUtils.defaultNode(RED, config, this);
|
||||
}
|
||||
RED.nodes.registerType("xiaomi-natgas", XiaomiNatgasNode);
|
||||
};
|
||||
Reference in New Issue
Block a user