2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

42_npmjs: update devStateIcon default

git-svn-id: https://svn.fhem.de/fhem/trunk@18546 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-02-09 13:44:09 +00:00
parent 357c227584
commit dac0ba1652

View File

@ -105,7 +105,7 @@ sub Define($$) {
# presets for FHEMWEB # presets for FHEMWEB
$attr{$name}{alias} = 'Node.js Update Status'; $attr{$name}{alias} = 'Node.js Update Status';
$attr{$name}{devStateIcon} = $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'; 'npm.updates.available:security@red:outdated npm.is.up.to.date:security@green:outdated .*in.progress:system_fhem_reboot@orange errors:message_attention@red';
$attr{$name}{group} = 'System'; $attr{$name}{group} = 'System';
$attr{$name}{icon} = 'nodejs'; $attr{$name}{icon} = 'nodejs';
$attr{$name}{room} = 'System'; $attr{$name}{room} = 'System';