Is there any way programmatically in an app to get the actual firmware version of the Homey?
api.developer.athom.com /
HomeyAPI.ManagerSystem.html
getInfo()
If I remember correctly homeyVersion
const Homey = require('homey');
...
console.log('Firmware version', Homey.version);
This isn’t documented though.
2 Likes
Did not know about Homey.version. Thanks