socialwifi / RouterOS-api

Python API to RouterBoard devices produced by MikroTik.
MIT License
251 stars 100 forks source link

Allow query without value #70

Open qbazd opened 3 years ago

qbazd commented 3 years ago

Patch is to allow queries with parameters without values like: api.get_binary_resource('/system/gps').call('monitor', {'once':None} )

alexdrean commented 2 years ago

Thank you 🙏