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 full
)
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
max
Len
?:
number
Optional
max
Value
max
Value
?:
number
Optional
min
Step
min
Step
?:
number
Optional
min
Value
min
Value
?:
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...