Hi
I am trying to change the alarm number for my modbus client sms alarm on my RUT 956. It works if i do it through the webui but when i try through a sms is it chancing the number when i look in the webui but not sending to the new number. If i then try and reboot then the status of modbus goes to down until i type in a new number and save through the webui saves and the it works again.
What am i doing wrong?
I make a script like this:
#!/bin/sh
Use the variable in the uci commands
uci set modbus_client.3.telnum=“+45my_number”
Commit changes
uci commit modbus_client
Br Kasper