Skip to content

Commit ba17c03

Browse files
committed
Updated to work with CT30v1.92
Uses the same api as the CM50 v1.09 but tstat/model returns a different string.
1 parent 0e8ab9c commit ba17c03

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)