JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.openhab.core.automation.annotation
Annotation Interface ActionOutput
@Repeatable
(
ActionOutputs.class
)
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
ActionOutput
Output parameter for an action module
Author:
Stefan Triller - Initial contribution
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
String
type
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
defaultValue
String
description
String
label
String
reference
String
[]
tags
Element Details
name
String
name
type
String
type
label
String
label
Default:
""
description
String
description
Default:
""
tags
String
[]
tags
Default:
{}
reference
String
reference
Default:
""
defaultValue
String
defaultValue
Default:
""