niagara-ax/decompiled/com/honeywell/ascot/device/IRangePrecisionInfo.java
2026-03-17 13:31:18 -07:00

6 lines
117 B
Java

package com.honeywell.ascot.device;
public interface IRangePrecisionInfo {
String[][] getRangePrecisionMap();
}