Drop lastSeenTime from presence sensor. Can be calculated from the log db

This commit is contained in:
Michael Zanetti 2021-04-12 00:56:06 +02:00
parent 96ae3cd01a
commit 339fca3628

View File

@ -6,11 +6,6 @@
"name": "isPresent",
"type": "bool",
"logged": true
},
{
"name": "lastSeenTime",
"type": "int",
"unit": "UnixTime"
}
]
}