Hi,
I am not an expert, but I managed to make the flow work partially, but the icons on the access list and log list are not diplayed.
I think is related to the following:
if (msg.payload[index].isknown == 1) json.icon="http://192.168.2.110/img/unlock.png"; else json.icon="http://192.168.2.110/img/lock.png"; tablelog.push(json);
The lines point to specific locations not present on my network.
Is there any way to have the icons displayed?
Looked on the internet an I could not find a way to make them show up.
tried to set 'httpStatic:' with no success. The icon appear as broken on the browser.
Thanks in advance.
Adrian
Hi,
I am not an expert, but I managed to make the flow work partially, but the icons on the access list and log list are not diplayed.
I think is related to the following:
if (msg.payload[index].isknown == 1) json.icon="http://192.168.2.110/img/unlock.png"; else json.icon="http://192.168.2.110/img/lock.png"; tablelog.push(json);The lines point to specific locations not present on my network.
Is there any way to have the icons displayed?
Looked on the internet an I could not find a way to make them show up.
tried to set 'httpStatic:' with no success. The icon appear as broken on the browser.
Thanks in advance.
Adrian