add adv icon
This commit is contained in:
parent
3396c515b9
commit
97a9e2fce4
@ -4308,6 +4308,9 @@ sub DevStateIcon($) {
|
|||||||
elsif ( ReadingsVal( $name, 'state', undef ) =~ /.*privacy.*/ ) {
|
elsif ( ReadingsVal( $name, 'state', undef ) =~ /.*privacy.*/ ) {
|
||||||
return '.*:fts_shutter_50';
|
return '.*:fts_shutter_50';
|
||||||
}
|
}
|
||||||
|
elsif ( ReadingsVal( $name, 'state', undef ) eq 'adv delay close' ) {
|
||||||
|
return '.*:christmas_tree';
|
||||||
|
}
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
@ -7903,7 +7906,7 @@ sub getblockAscDrivesAfterManual {
|
|||||||
],
|
],
|
||||||
"release_status": "under develop",
|
"release_status": "under develop",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v0.8.9",
|
"version": "v0.8.10",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user