// Switch S1 configuration options (1,2,3,4) top-down // EXT ENABLE 1 [ |*] // 169.254.1.2 2 [*| ] // 192.168.0.2 3 [*| ] // DHCP ENABLE 4 [*| ] // 1 0 // // Examples: // S1_1 S1_2 S1_3 S1_4 // ( 0 , 1 , 1 , 1 ) - Local power switch, DeviceID=0 and DHCP IP automatic addressing: // (url=http://9b-x where x = serial number, or 169.254.1.1 fallback) // // ( 1 , 1 , 1 , 1 ) - External +12V power trigger, DeviceID=0 and DHCP IP auto, // // ( 1 , 0 , 0 , 1 ) - Local power switch, DeviceID=3 and fixed static IP address of // http://10.0.0.2 (IP mask 255.255.255.0) // // ( 1 , 1 , 0 , 1 ) - Local power switch, DeviceID=1 and fixed static IP address of // http://169.254.1.2 (IP mask 255.255.0.0) // // ( 1 , 0 , 1 , 1 ) - External power switch, DeviceID=2 and fixed static IP address of // http://192.168.0.2 (IP mask 255.255.255.0) // // ( ? , ? , ? , 0 ) - reserved for future use (currently, the same as (?,1,1,1)) //