added smoke tests on one device

This commit is contained in:
Mike Kinney
2021-12-03 09:50:48 -08:00
parent 17e8c35ed5
commit 82ae2c8e43
4 changed files with 211 additions and 5 deletions

View File

@@ -259,6 +259,9 @@ class Node:
channelSet = apponly_pb2.ChannelSet()
channelSet.ParseFromString(decodedURL)
if len(channelSet.settings) == 0:
raise Exception("There were no settings.")
i = 0
for chs in channelSet.settings:
ch = channel_pb2.Channel()