doc(main): update documentation and flows
This commit is contained in:
11
dist/nodes/gateway-subdevices/index.js
vendored
Normal file
11
dist/nodes/gateway-subdevices/index.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
const All_1 = require("./All");
|
||||
const Plug_1 = require("./Plug");
|
||||
const GatewaySubdevice_1 = require("./GatewaySubdevice");
|
||||
module.exports = (RED) => {
|
||||
All_1.default(RED);
|
||||
Plug_1.default(RED);
|
||||
["magnet", "motion", "sensor", "switch"].forEach((subdeviceType) => {
|
||||
GatewaySubdevice_1.default(RED, subdeviceType);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user