2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

42_npmjs: use new icon

git-svn-id: https://svn.fhem.de/fhem/trunk@18524 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-02-08 07:48:50 +00:00
parent 97ae6ed20c
commit 5a8c857fbb

View File

@ -107,7 +107,7 @@ sub Define($$) {
$attr{$name}{devStateIcon} =
'npm.updates.available:security@red npm.is.up.to.date:security@green .*in.progress:system_fhem_reboot@orange errors:message_attention@red';
$attr{$name}{group} = 'System';
$attr{$name}{icon} = 'it_server';
$attr{$name}{icon} = 'nodejs';
$attr{$name}{room} = 'System';
}