- Added 3 support routines at top of the script to normalize / functionize reading the GPIO Pin States for both inputs and outputs.
- The '/inputs' and '/outputs' API Calls will now include the current pin state (Human Readable), Label, GPIO Pin Number, and Index in their JSON outputs.
These changes also resolve the api returning both 'false' and '0' as the pin states would sometimes show up as from the "val = if-else "statement.