@Jonathan_Draper
Can you run this code in the developer portal and send me your output in a DM? ![]()
const main = async function () {
let state = await Homey.zwave.getState();
let data = await Homey.zwave.runCommand({command: 'getNetworkTopology'});
return {data, state}
}
main();