Add quality api and test

This commit is contained in:
WQY\qiong
2022-11-04 23:08:58 +08:00
parent 5de5f2f9dc
commit 03ac80a285
5 changed files with 136 additions and 2 deletions

View File

@@ -60,6 +60,8 @@ from .s15_energy import get_pump_energy_schema, get_pump_energy, set_pump_energy
from .s16_emitters import get_emitter_schema, get_emitter, set_emitter
from .s17_quality import get_quality_schema, get_quality, set_quality
from .s21_times import TIME_STATISTIC_NONE, TIME_STATISTIC_AVERAGED, TIME_STATISTIC_MINIMUM, TIME_STATISTIC_MAXIMUM, TIME_STATISTIC_RANGE
from .s21_times import get_time_schema, get_time, set_time