42_npmjs: use new icon

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

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';
}