import { F16 } from './F16'; import { DPT } from '../../enums'; /** KNX DPT 9.001 — Temperature (°C, 2-byte float). */ export declare class DPT_Value_Temp extends F16 { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Value_Temp.d.ts.map