1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00
fhem-mirror/contrib/statistics/2017/data/README_fhem_statistics_sqlite.txt
markusbloch 7e72904551 statistics2.cgi: frontend visualisation added
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-06-25 18:46:46 +00:00

5 lines
256 B
Plaintext

The file "fhem_statistics_2017.sqlite" is the database for the delivered statistics.
It contains the following schema:
CREATE TABLE jsonNodes(uniqueID VARCHAR(32) PRIMARY KEY UNIQUE, lastSeen TIMESTAMP DEFAULT CURRENT_TIMESTAMP, geo BLOB, json BLOB);