ALMeterConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALPluginConfig.h |
maxNumDecimalDigits
Defines the maximum number of read decimal digits for values >=0. Negative values mean all decimal digits are read. Currently implemented only for the “auto_analog_digital_meter” scan mode.
@property (nonatomic, nullable, strong) NSNumber *maxNumDecimalDigits
Declared In
ALPluginConfig.h
minConfidence
Sets a minimum confidence which has to be reached in order to trigger a scan result.
@property (nonatomic, nullable, strong) NSNumber *minConfidence
Declared In
ALPluginConfig.h
scanMode
Determines which types of meters to scan.
@property (nonatomic, assign) ALMeterConfigScanMode *scanMode
Declared In
ALPluginConfig.h