Send SMS using Python script on WAGO PFC200 4G
1.4K
docker run --rm --device=/dev/ttyUSB2:/dev/ttyUSB2:rw quenorha/sendsms -r "+336XXXXXXXX" -m "hello world"
"-r" is the phone number of the recipient
"-m" is the message to send
Make sure to link the /dev/ttyUSB2 of the host to the device of the container by the --device=/dev/ttyUSB2:/dev/ttyUSB2:rw argument
Content type
Image
Digest
sha256:cfc970309…
Size
21.6 MB
Last updated
over 3 years ago
docker pull quenorha/sendsms