Changes for version 0.21 - 2016-10-04

  • had to change version numbers because of a typo in 0.2, which should have been 0.02
  • added sensor_pin to core config section in json and db
  • fix issue where wiringPi was being loaded multiple times, breaking things. First, set up a check in %INC to see if they've already been required, then instead of passing a new API object to each event, we now pass in $self instead, so we don't call new() which tries to load the wiringPi libraries again
  • the 'envui' app dir now gets placed in the user's home directory, and works

Documentation

Configuration options for App::RPi::EnvUI

Modules

One-page asynchronous grow room environment control web application
One-page asynchronous grow room environment control web application
Database manager for App::RPi::EnvUI environment control sysytem
Asynchronous events for the Perl portion of App::RPi::EnvUI