randomsync / robotframework-mqttlibrary

MQTT Keyword Library for Robot Framework
Apache License 2.0
25 stars 30 forks source link

Added option to specifiy `transport` to `connect` keyword. #26

Open conrados opened 3 years ago

conrados commented 3 years ago

Added an option to the connect keyword that allows specifying the transport protocol to use. The default is "tcp" and the other option is "websockets". The option is simply passed along to the paho's mqtt.Client