Skip to content

Release 0.1.4

Compare
Choose a tag to compare
@Tom-Hirschberger Tom-Hirschberger released this 24 Nov 18:29
· 39 commits to master since this release
ab4d875

This is release 0.1.4 with the following changes:

  • introducing the new option imgDecodeCheckInterval which can either be set for all or for single cams. If the option is set to a value higher than 0 the module periodically (unit is seconds) checks if the displayed cam image is still decodeable. If not the URL gets reset and a refresh of all URLs is triggered. This is to avoid freezed cam images.
  • introducing minimumTimeBetweenRefreshs which prevents to refresh the URLs to often (i.e. cause of the new imgDecodeCheckInterval). The unit is milliseconds!
  • the module now tries to restore the old big cam setting if profiles get changed. So the last selected cam is displayed in big before the profile changed. To disable the new feature the new config option restoreBigAfterProfileChange can be set to false.
  • fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO