Skip to content

Commit d86de1b

Browse files
committed
Merge pull request pjennings#1 from fiveohhh/master
Updated to set api for CT30 v1.92
2 parents 0e8ab9c + ba17c03 commit d86de1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

API.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ class API_CT50v109(API):
195195
#'eventlog': #TODO
196196
}
197197

198-
APIs = [API_CT50v109]
198+
class API_CT30v192(API_CT50v109):
199+
models = ['CT30 V1.92']
200+
201+
APIs = [API_CT50v109, API_CT30v192]
199202

200203
def getAPI(model):
201204
for api in APIs:

0 commit comments

Comments
 (0)