Chapter 8: Using the Command Line Interface412Example 1 - Environmental Sensor NamingThe following command assigns the name "Cabinet humidity" to theenvironmental sensor with the ID number 4.config:# externalsensor 4 name "Cabinet humidity"Example 2 - Sensor Threshold SelectionThe following command sets the environmental sensor #1 to use thedefault thresholds, including the deassertion hysteresis and assertiontimeout, as its threshold settings.config:# externalsensor 1 useDefaultThresholds trueConfiguring Environmental Sensors' Default ThresholdsYou can set the default values of upper and lower thresholds,deassertion hysteresis and assertion timeout on a sensor type basis,including temperature, humidity, air pressure and air flow sensors. Thedefault thresholds automatically apply to all environmental sensors thatare newly detected or added.A default threshold configuration command begins withdefaultThresholds.You can configure various default threshold settings for the same sensortype at a time by combining multiple commands. See Multi-CommandSyntax (on page 431).Set the Default Upper Critical Threshold for a specific sensortype:config:# defaultThresholds upperCritical Set the Default Upper Warning Threshold for a specific sensortype:config:# defaultThresholds upperWarning Set the Default Lower Critical Threshold for a specific sensortype:config:# defaultThresholds lowerCritical Set the Default Lower Warning Threshold for a specific sensortype: