Preparing search index...
The search index is not available
node-pyatv - v8.1.0
node-pyatv
NodePyATVInstanceOptions
Interface NodePyATVInstanceOptions
interface
NodePyATVInstanceOptions
{
atvremotePath
?:
string
;
atvscriptPath
?:
string
;
debug
?:
true
|
(
(
msg
:
string
)
=>
void
)
;
noColors
?:
true
;
spawn
?:
(
(
command
:
string
,
args
:
string
[]
,
options
:
SpawnOptions
)
=>
FakeChildProcess
|
ChildProcess
)
;
}
Hierarchy (
view full
)
NodePyATVInstanceOptions
NodePyATVFindAndInstanceOptions
NodePyATVRequestOptions
Index
Properties
atvremote
Path?
atvscript
Path?
debug?
no
Colors?
spawn?
Properties
Optional
atvremote
Path
atvremote
Path
?:
string
Optional
atvscript
Path
atvscript
Path
?:
string
Optional
debug
debug
?:
true
|
(
(
msg
:
string
)
=>
void
)
Optional
no
Colors
no
Colors
Optional
spawn
spawn
?:
(
(
command
:
string
,
args
:
string
[]
,
options
:
SpawnOptions
)
=>
FakeChildProcess
|
ChildProcess
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
atvremote
Path
atvscript
Path
debug
no
Colors
spawn
node-pyatv - v8.1.0
Loading...