Just checking systems firmware versions since we had a recent issue were devices (Z3) were not running the firmware shown. The only way to see the issue was via the API, so checking all our devices. Doing so just noticed that none of my MT sensors show a firmware version. All should be running 1.4 (as shown in the console). They are checking in and working, just showing firmware': 'Not running configured version' if you check via API.
Of course having it show "what" version its running would be a better, more meaningful piece of information, but curious if anyone else see's this issue. Not sure if its just an API issue with sensors, or if they really did not get the last update.
Using the Python v1 to get the info:
response = dashboard.devices.getDevice(
serial
)