1 | import { CharacteristicValue, Nullable } from "../../types";
|
2 | import { CharacteristicProps, Formats } from "../Characteristic";
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 | export declare function formatOutgoingCharacteristicValue(value: Nullable<CharacteristicValue>, props: CharacteristicProps): Nullable<CharacteristicValue>;
|
15 | export declare function formatOutgoingCharacteristicValue(value: CharacteristicValue, props: CharacteristicProps): CharacteristicValue;
|
16 |
|
17 |
|
18 |
|
19 | export declare function isNumericFormat(format: Formats | string): boolean;
|
20 |
|
21 |
|
22 |
|
23 | export declare function isUnsignedNumericFormat(format: Formats | string): boolean;
|
24 |
|
25 |
|
26 |
|
27 | export declare function isIntegerNumericFormat(format: Formats | string): boolean;
|
28 |
|
29 |
|
30 |
|
31 | export declare function numericLowerBound(format: Formats | string): number;
|
32 |
|
33 |
|
34 |
|
35 | export declare function numericUpperBound(format: Formats | string): number;
|
36 |
|
\ | No newline at end of file |