I have made two bash scripts with the following command to turn the first IVS rule to on:
#!/bin/bash
curl --digest -g 'http://user:
[email protected]/cgi-bin/configManager.cgi?action=setConfig&VideoAnalyseRule[0][2].Enable=true'
and to turn off:
#!/bin/bash
curl --digest -g...