This PR will enable storing history values and expose them using the fakegato-history plugin.
Using the Eve app you can then access the old values on iOS:
After installing the updated package and the dependency, it will take at least 10 minutes before the Eve App will show log entries. This is due to the way the library works (it runs an internal timer of around 10min and only produces entries when the timer runs)
Note: This is set to be an optionalDependency to keep the package slim if one does not want to use the history - thus every time it's used, checks have been added to make sure to work without the library installed.
This PR will enable storing history values and expose them using the
fakegato-history
plugin. Using the Eve app you can then access the old values on iOS:After installing the updated package and the dependency, it will take at least 10 minutes before the Eve App will show log entries. This is due to the way the library works (it runs an internal timer of around 10min and only produces entries when the timer runs)
Note: This is set to be an
optionalDependency
to keep the package slim if one does not want to use the history - thus every time it's used, checks have been added to make sure to work without the library installed.