Skip to content

Commit

Permalink
update the example receiving address to include port number (#9)
Browse files Browse the repository at this point in the history
receiver_address=('alarm.example.com',1234),
  • Loading branch information
jonasnic committed Mar 3, 2020
1 parent 33894fb commit f411c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Expand Up @@ -33,7 +33,7 @@ For creating clients that sends the alarms encrypted to the alarm receiver set u
transmitter_code='IK00001',
transmitter_type='SV001',
authentication='012345678912345',
receiver_address='alarm.example.com',
receiver_address=('alarm.example.com',1234),
receiver_id='ALARM-OPER',
use_single_receiver=True,
use_tls=True
Expand Down

0 comments on commit f411c68

Please sign in to comment.