Hi, i want to implement a custom application in python on several remote gateways which are built with different firmware version. So before starting to develop my custom app, I want to be sure that all my gateways are compatible with python 3.0. Do you know how I can check this information ? I cannot directly access to these gateways, i only can access to them with deviceHQ.
Some gateways I have to work with:
– MTCAP-L4E1-868-001A with firmware : 5.1.6
– MTCAP-868-001A with firmware : 5.1.2
– MTCAP-868-001A with firmware : 1.7.4
Regards,