IndigoDomotics / IndigoSDK

This repo is the SDK for Indigo. It contains a bunch of example plugins that illustrate features.
MIT License
1 stars 5 forks source link

Logic bug in Example Action API #8

Closed FlyingDiver closed 1 year ago

FlyingDiver commented 2 years ago

plugin.py line 39 needs to be:

        return ((not bool(errors)), errors)  # bool(errors) will return False if empty, True if not)
DaveL17 commented 1 year ago

@FlyingDiver Do you recall which SDK plugin this issue's referring to?

FlyingDiver commented 1 year ago

No, and I can't find it now. :(

DaveL17 commented 1 year ago

Me neither. Maybe a candidate to be closed?