@@ -122,6 +122,9 @@ To faciliate JSR223 scripting, several openHAB-related variables are automatical
122
122
| ` FileUtils ` | ` org.apache.commons.io.FileUtils ` |
123
123
| ` FilenameUtils ` | ` org.apache.commons.io.FilenameUtils ` |
124
124
| ` File ` | ` java.io.File ` |
125
+ | ` UnDefType ` | ` org.eclipse.smarthome.core.library.types.UnDefType ` |
126
+ | ` NULL ` | ` UnDefType ` enum item |
127
+ | ` UNDEF ` | ` UnDefType ` enum item |
125
128
| ` IncreaseDecreaseType ` | ` org.eclipse.smarthome.core.library.types.IncreaseDecreaseType ` |
126
129
| ` DECREASE ` | ` IncreaseDecreaseType ` enum item |
127
130
| ` INCREASE ` | ` IncreaseDecreaseType ` enum item |
@@ -134,14 +137,26 @@ To faciliate JSR223 scripting, several openHAB-related variables are automatical
134
137
| ` StopMoveType ` | ` org.eclipse.smarthome.core.library.types.StopMoveType ` |
135
138
| ` STOP ` | ` StopMoveType ` enum item |
136
139
| ` 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 |
137
149
| ` UpDownType ` | ` org.eclipse.smarthome.core.library.types.UpDownType ` |
138
150
| ` UP ` | ` UpDownType ` enum item |
139
151
| ` DOWN ` | ` UpDownType ` enum item |
140
152
| ` DecimalType ` | ` org.eclipse.smarthome.core.library.types.DecimalType ` |
153
+ | ` QuantityType ` | ` org.eclipse.smarthome.core.library.types.QuantityType ` |
141
154
| ` HSBType ` | ` org.eclipse.smarthome.core.library.types.HSBType ` |
142
155
| ` PercentType ` | ` org.eclipse.smarthome.core.library.types.PercentType ` |
143
156
| ` PointType ` | ` org.eclipse.smarthome.core.library.types.PointType ` |
144
157
| ` 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 ` |
145
160
| ` items ` | Instance of ` java.util.Map<String, State> ` |
146
161
| ` itemRegistry ` | Instance of ` org.eclipse.smarthome.core.items.ItemRegistry ` |
147
162
| ` ir ` | Alias for ` itemRegistry ` |
0 commit comments