Fix bug for nonsequencial zone IDs
Fix for #10.
When an LC7001 has non-sequencial zone ID numbers, initialization of the plugin failed. While the [].forEach() function handles missing elements well, the [].findIndex() function does not. Corrected [].findIndex() call to check for existence of array element before checking its properties.