Skip to content

[Bug] showLastSeenWhenOffline #7

@TimerWolf

Description

@TimerWolf

I do not think this option works as it should, i have not look in it a lot but if i change the the code from

if ((self.config.showLastSeen && device.lastSeen  && !self.config.showLastSeenWhenOffline) || 
   (self.config.showLastSeen && !device.lastSeen &&  self.config.showLastSeenWhenOffline)) {

to the fallowing code

if (self.config.showLastSeen && !device.online) {

Then it works as "showLastSeenWhenOffline" should have been working that is "show last seen only when offline." if you look at the description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions