Skip to content

Commit cb42e0a

Browse files
5iverConfectrician
authored andcommitted
Update jsr223.md (openhab#739)
Signed-off-by: Scott Rushworth openhab@5iver.com (github: openhab-5iver)
1 parent d0f92a2 commit cb42e0a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

configuration/jsr223.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ To faciliate JSR223 scripting, several openHAB-related variables are automatical
122122
| `FileUtils` | `org.apache.commons.io.FileUtils` |
123123
| `FilenameUtils` | `org.apache.commons.io.FilenameUtils` |
124124
| `File` | `java.io.File` |
125+
| `UnDefType` | `org.eclipse.smarthome.core.library.types.UnDefType` |
126+
| `NULL` | `UnDefType` enum item |
127+
| `UNDEF` | `UnDefType` enum item |
125128
| `IncreaseDecreaseType` | `org.eclipse.smarthome.core.library.types.IncreaseDecreaseType` |
126129
| `DECREASE` | `IncreaseDecreaseType` enum item |
127130
| `INCREASE` | `IncreaseDecreaseType` enum item |
@@ -134,14 +137,26 @@ To faciliate JSR223 scripting, several openHAB-related variables are automatical
134137
| `StopMoveType` | `org.eclipse.smarthome.core.library.types.StopMoveType` |
135138
| `STOP` | `StopMoveType` enum item |
136139
| `MOVE` | `StopMoveType` enum item |
140+
| `RewindFastforwardType` | `org.eclipse.smarthome.core.library.types.RewindFastforwardType` |
141+
| `REWIND` | `RewindFastforwardType` enum item |
142+
| `FASTFORWARD` | `RewindFastforwardType` enum item |
143+
| `NextPreviousType` | `org.eclipse.smarthome.core.library.types.NextPreviusType` |
144+
| `NEXT` | `NextPreviousType` enum item |
145+
| `PREVIOUS` | `NextPreviousType` enum item |
146+
| `PlayPauseType` | `org.eclipse.smarthome.core.library.types.PlayPauseType` |
147+
| `PLAY` | `PlayPauseType` enum item |
148+
| `PAUSE` | `PlayPauseType` enum item |
137149
| `UpDownType` | `org.eclipse.smarthome.core.library.types.UpDownType` |
138150
| `UP` | `UpDownType` enum item |
139151
| `DOWN` | `UpDownType` enum item |
140152
| `DecimalType` | `org.eclipse.smarthome.core.library.types.DecimalType` |
153+
| `QuantityType` | `org.eclipse.smarthome.core.library.types.QuantityType` |
141154
| `HSBType` | `org.eclipse.smarthome.core.library.types.HSBType` |
142155
| `PercentType` | `org.eclipse.smarthome.core.library.types.PercentType` |
143156
| `PointType` | `org.eclipse.smarthome.core.library.types.PointType` |
144157
| `StringType` | `org.eclipse.smarthome.core.library.types.StringType` |
158+
| `StringListType` | `org.eclipse.smarthome.core.library.types.StringListType` |
159+
| `RawType` | `org.eclipse.smarthome.core.library.types.RawType` |
145160
| `items` | Instance of `java.util.Map<String, State>` |
146161
| `itemRegistry` | Instance of `org.eclipse.smarthome.core.items.ItemRegistry` |
147162
| `ir` | Alias for `itemRegistry` |

0 commit comments

Comments
 (0)