This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
sdk:scripts:sms-control [2015/03/03 15:07] – [Application] fachet | sdk:scripts:sms-control [2015/08/27 07:25] – hess | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SDK Script sms-control.are ====== | ====== SDK Script sms-control.are ====== | ||
- | You will also find this sample script | + | For further information |
<code c sms-control.are> | <code c sms-control.are> | ||
/* DESC: This script will execute commands received by SMS. | /* DESC: This script will execute commands received by SMS. | ||
Line 152: | Line 152: | ||
rc = nb_dio_set(sprintf(" | rc = nb_dio_set(sprintf(" | ||
if (rc) { | if (rc) { | ||
- | nb_syslog(" | + | nb_syslog(" |
return -1; | return -1; | ||
} else { | } else { | ||
- | nb_syslog(" | + | nb_syslog(" |
return 0; | return 0; | ||
} | } | ||
Line 269: | Line 269: | ||
</ | </ | ||
- | ------------------------------------------------------------------------------------------------------------------ | ||
- | ====== Application ====== | ||
- | |||
- | Scrips -->edit, Arguments: leave the field empty (by default) or type " | ||
- | empty | ||
- | noauth | ||
- | |||
- | The SMS must be send to the SIM-card phone number. (e.g. +41791112233) | ||
- | |||
- | **SMS commands: | ||
- | status: Sends back the status.\\ | ||
- | connect: | ||
- | disconnect: | ||
- | reboot: | ||
- | output [1|2] [on|off]: | ||
- | |||
- | |||