From b91973de923aa1f138a435682ddc256ab77143fa Mon Sep 17 00:00:00 2001 From: Konstantin <43236573+Enzokot@users.noreply.github.com> Date: Sun, 2 May 2021 16:59:59 +0300 Subject: [PATCH] Fix power icon for Smart light relay - 2 gang --- devices/nue_3a.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/nue_3a.js b/devices/nue_3a.js index 9fde47f460fa0..c3f3572221206 100644 --- a/devices/nue_3a.js +++ b/devices/nue_3a.js @@ -41,6 +41,8 @@ module.exports = [ const endpoint2 = device.getEndpoint(2); await reporting.bind(endpoint2, coordinatorEndpoint, ['genOnOff']); await reporting.onOff(endpoint2); + device.powerSource = 'Mains (single phase)'; + device.save(); }, }, {