Preparing search index...
The search index is not available
hap-nodejs
hap-nodejs
CharacteristicReadDataValue
Interface CharacteristicReadDataValue
interface
CharacteristicReadDataValue
{
aid
:
number
;
ev
?:
boolean
;
format
?:
string
;
iid
:
number
;
maxLen
?:
number
;
maxValue
?:
number
;
minStep
?:
number
;
minValue
?:
number
;
perms
?:
Perms
[]
;
status
?:
SUCCESS
;
type
?:
string
;
unit
?:
string
;
value
:
null
|
CharacteristicValue
;
}
Hierarchy (
View Summary
)
PartialCharacteristicReadDataValue
CharacteristicReadDataValue
Index
Properties
aid
ev?
format?
iid
max
Len?
max
Value?
min
Step?
min
Value?
perms?
status?
type?
unit?
value
Properties
aid
aid
:
number
Optional
ev
ev
?:
boolean
Optional
format
format
?:
string
iid
iid
:
number
Optional
max
Len
maxLen
?:
number
Optional
max
Value
maxValue
?:
number
Optional
min
Step
minStep
?:
number
Optional
min
Value
minValue
?:
number
Optional
perms
perms
?:
Perms
[]
Optional
status
status
?:
SUCCESS
Optional
type
type
?:
string
Optional
unit
unit
?:
string
value
value
:
null
|
CharacteristicValue
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
aid
ev
format
iid
max
Len
max
Value
min
Step
min
Value
perms
status
type
unit
value
hap-nodejs
Loading...