LIFX Local Control

I don't see any "Night Vision" models not accounted for here: Our Products

Best recommendation would be to add a new log at line 1501 of LIFXMasterApp (first line in private Map deviceVersion(Map device)):

log.debug("LIFX Product ID: ${device.product}")

Ideally this product id should match one of the case statements in that same function, which will correlate it to a driver, identified by the deviceName attribute assigned in that case.