Merge pull request #79 from craigerl/fix_kiss_is_enabled

Fixed an KISS config disabled issue
This commit is contained in:
Walter A. Boring IV 2021-12-11 07:56:47 -05:00 committed by GitHub
commit ab37a5e7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ class KISSClient(Client):
if config.get("kiss.tcp.enabled", default=False):
return True
return False
@staticmethod
def transport(config):
if config.get("kiss.serial.enabled", default=False):