Preparing search index...
The search index is not available
hap-nodejs
hap-nodejs
CharacteristicJsonObject
Interface CharacteristicJsonObject
interface
CharacteristicJsonObject
{
description
?:
string
;
format
:
string
;
iid
:
number
;
maxDataLen
?:
number
;
maxLen
?:
number
;
maxValue
?:
number
;
minStep
?:
number
;
minValue
?:
number
;
perms
:
Perms
[]
;
type
:
string
;
unit
?:
string
;
valid-values
?:
number
[]
;
valid-values-range
?:
[
min
:
number
,
max
:
number
]
;
value
?:
Nullable
<
CharacteristicValue
>
;
}
Index
Properties
description?
format
iid
max
Data
Len?
max
Len?
max
Value?
min
Step?
min
Value?
perms
type
unit?
valid-
values?
valid-
values-
range?
value?
Properties
Optional
description
description
?:
string
format
format
:
string
iid
iid
:
number
Optional
max
Data
Len
max
Data
Len
?:
number
Optional
max
Len
max
Len
?:
number
Optional
max
Value
max
Value
?:
number
Optional
min
Step
min
Step
?:
number
Optional
min
Value
min
Value
?:
number
perms
perms
:
Perms
[]
type
type
:
string
Optional
unit
unit
?:
string
Optional
valid-
values
valid-
values
?:
number
[]
Optional
valid-
values-
range
valid-
values-
range
?:
[
min
:
number
,
max
:
number
]
Optional
value
value
?:
Nullable
<
CharacteristicValue
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
format
iid
max
Data
Len
max
Len
max
Value
min
Step
min
Value
perms
type
unit
valid-
values
valid-
values-
range
value
hap-nodejs
Loading...