
"alwaysOn" ineffective since switching to 0.50....
I used alwaysOn device capability to avoid showing the device in the Now Active list.
Since switching to version 0.50. the device is shown in the Now Active list. despite using
.addCapability('alwaysOn')
-
The intended purpose of the alwaysOn capability is to handle devices that don't have discreet power on and power off and to avoid showing them as not-so-smart devices. It's possible that devices that are alwaysOn didn't show in the active list but that would have been unintended and might have been fixed in the recent release.
But I could see how some devices might not need to be in Now Active, accessory type devices for example are never considered active. Do you have some other use cases? Maybe we need a new 'neverActive' or 'hideFromActiveList' capapbility.