\n \n How to use Node-RED Flows\n \n \n Click the button above to import the Node-RED JSON data to your clipboard. Use the Node-RED Import dialogue to import it into your Node-RED flow. You can read our guide on how to import flows into Node-RED. Please be aware that you will need to install node-red-contrib-string and the node-red-dashboard to use this flow. Open the Node-RED Menu (Hamburger icon in the top right - next to the user login), choose Manage Palette, switch to the Install Tab and type in the module names to install them.\n \n \n
\n \n \n \n
\n \n \n This flow uses the MQTT protocol to publish and subscribe to messages. This is included to enable you to integrate this flow into a home automation system like OpenHAB 2. But this requires you to install a MQTT broker on your system, e.g. Mosquitto. Alternatively, you can replace the MQTT Nodes in the flow with Link Nodes.\n \n
\n \n );\n }\n}\n\n\nCgiCardNetworkJSON.propTypes = {\n classes: PropTypes.object.isRequired,\n}\n\nexport default withStyles(styles)(CgiCardNetworkJSON)\n","import React from 'react'\nimport PropTypes from 'prop-types'\nimport { navigate } from 'gatsby'\n\nimport { withStyles } from '@material-ui/core/styles'\nimport Grid from '@material-ui/core/Grid'\nimport Paper from '@material-ui/core/Paper'\nimport Typography from '@material-ui/core/Typography'\n\nimport CGIsIPConf from \"../../assets/images/Advanced_User/1080pCGIs-WebUI_Network_IP-Config.png\";\nimport CGIsWLAN from \"../../assets/images/Advanced_User/1080pCGIs-WebUI_Network_WiFi.png\";\nimport CGIsRemote from \"../../assets/images/Advanced_User/1080pCGIs-WebUI_Network_Remote.png\";\nimport CGIsUPnP from \"../../assets/images/Advanced_User/1080pCGIs-WebUI_Network_UPnP.png\";\nimport CGIsONVIF from \"../../assets/images/Advanced_User/1080pCGIs-WebUI_Network_ONVIF.png\";\n\nimport NodeRedJSON from \"./1080p-cgis-card-network-node-red\"\n\nconst styles = theme => ({\n root: {\n flexGrow: 1,\n },\n paper: {\n padding: theme.spacing(2),\n color: theme.palette.text.secondary,\n },\n card: {\n padding: theme.spacing(2),\n color: theme.palette.text.secondary,\n cursor: 'pointer',\n },\n action: {\n paddingBottom: 5,\n },\n})\n\nfunction CgiCardNetwork(props) {\n const { classes } = props;\n\n return (\n \n
\n \n \n );\n}\n\nCgiCardNetwork.propTypes = {\n classes: PropTypes.object.isRequired,\n}\n\nexport default withStyles(styles)(CgiCardNetwork)\n","import React from 'react'\n\nimport SEOHelmet from '../../../components/Layout/SEOHelmet'\nimport Footer from \"../../../components/Layout/footer\"\nimport BreadCrumbs from '../../../components/Layout/breadcrumbs/breadcrumbs'\n\nimport Cards from \"../../../components/CGI_Commands/1080p-cgis-card-network\"\n\nconst seodata = {\n title: 'Network Menu :: 1080p CGI Commands',\n description: 'Control your camera´s function directly through its Common Gateway Interface. Use third-party Software to automate regular operations.',\n image: '/images/Search/AU_SearchThumb_CGICommands_1080p.png'\n}\n\nexport default (props) => (\n \n \n