Changes

no edit summary
Line 253: Line 253:  
|}
 
|}
   −
As you can see most of the values are '''0''' and '''1''', 0 meaning OFF and 1 meaning ON. For example, if you want to turn '''Wi-Fi OFF''', this command should be used:
+
As you can see most of the values are '''0''' and '''1''', 0 meaning OFF and 1 meaning ON. For example, if you want to turn '''WiFi OFF''', this command should be used:
    
  $ modbus write -w -p 12345 192.168.1.1 %MW210 0
 
  $ modbus write -w -p 12345 192.168.1.1 %MW210 0
   −
If you want to turn '''Wi-Fi ON''', use this command instead:
+
If you want to turn '''WiFi ON''', use this command instead:
    
  $ modbus write -w -p 12345 192.168.1.1 %MW210 1
 
  $ modbus write -w -p 12345 192.168.1.1 %MW210 1