iobroker.telegram-menu 2.1.7 → 2.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +212 -198
- package/admin/build/index.js +62 -62
- package/admin/build/index.js.map +4 -4
- package/admin/css/button.css +80 -64
- package/admin/css/input.css +52 -43
- package/admin/css/style.css +455 -356
- package/build/lib/global.js +10 -0
- package/build/lib/global.js.map +2 -2
- package/build/main.js +25 -15
- package/build/main.js.map +2 -2
- package/io-package.json +40 -40
- package/package.json +5 -6
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025 MiRo1310 <michael.roling@gmx.de>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
[](https://nodei.co/npm/iobroker.telegram-menu/)
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+

|
|
13
13
|
|
|
14
14
|
## ioBroker telegram-menu adapter
|
|
15
15
|
|
|
@@ -33,403 +33,417 @@ You can create different groups with separate menus, and then assign users to th
|
|
|
33
33
|
Placeholder for the next version (at the beginning of the line):
|
|
34
34
|
### **WORK IN PROGRESS**
|
|
35
35
|
-->
|
|
36
|
+
### 2.1.10 (2025-01-02)
|
|
37
|
+
|
|
38
|
+
- FIX: Return text for menus was not send
|
|
39
|
+
|
|
40
|
+
### 2.1.9 (2025-01-01)
|
|
41
|
+
|
|
42
|
+
- FIX: #224 Submenu trigger
|
|
43
|
+
|
|
36
44
|
### 2.1.7 (2024-12-08)
|
|
37
45
|
|
|
38
|
-
-
|
|
39
|
-
-
|
|
46
|
+
- FIX: #220 Delete button doesn´t work
|
|
47
|
+
- FEAT: Styling
|
|
40
48
|
|
|
41
49
|
### 2.1.6 (2024-12-04)
|
|
42
|
-
|
|
50
|
+
|
|
51
|
+
- FEAT: Styling
|
|
43
52
|
|
|
44
53
|
### 2.1.5 (2024-12-04)
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
54
|
+
|
|
55
|
+
- CHORE: Update dependencies
|
|
56
|
+
- FIX: #211 No input is possible
|
|
57
|
+
- CHORE: Migration to ESLint 9 and @iobroker/eslint-config
|
|
48
58
|
|
|
49
59
|
### 2.1.4 (2024-11-23)
|
|
50
60
|
|
|
51
|
-
-
|
|
61
|
+
- FIX: #203 Scrolling in table
|
|
52
62
|
|
|
53
63
|
### 2.1.3 (2024-10-21)
|
|
54
64
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
65
|
+
- FIX: User checkbox error message
|
|
66
|
+
- FEAT: #194 Styling
|
|
57
67
|
|
|
58
68
|
### 2.1.2 (2024-10-18)
|
|
59
69
|
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
70
|
+
- FIX: Different telegram instances cannot be selected
|
|
71
|
+
- FIX: Cannot set values in setState
|
|
72
|
+
- Styling
|
|
63
73
|
|
|
64
74
|
### 2.1.1 (2024-10-16)
|
|
65
75
|
|
|
66
|
-
-
|
|
76
|
+
- FIX: Adapter ui cannot be loaded
|
|
67
77
|
|
|
68
78
|
### 2.1.0 (2024-10-15)
|
|
69
79
|
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
80
|
+
- FIX: #191 No picture can be send
|
|
81
|
+
- FEAT: #175 Copy function in Action, Renamed Switch to Toggle
|
|
82
|
+
- FIX: #176 Error in setDynamic value
|
|
83
|
+
- FIX: #181 Required values in setState
|
|
74
84
|
|
|
75
85
|
### 2.0.0 (2024-08-11)
|
|
76
86
|
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
87
|
+
- Js-controller >=5.0.19 is required
|
|
88
|
+
- FIX: Colors in triggerOverview
|
|
89
|
+
- FIX: #154 #152 Import config from file
|
|
90
|
+
- Delete messages adjusted
|
|
81
91
|
|
|
82
92
|
### 1.7.4 (2024-06-24)
|
|
83
93
|
|
|
84
|
-
-
|
|
94
|
+
- FEAT: #160 Expand setDynamicValue
|
|
85
95
|
|
|
86
96
|
### 1.7.3 (2024-06-22)
|
|
87
97
|
|
|
88
|
-
-
|
|
89
|
-
-
|
|
98
|
+
- FIX: Multi-user fixed
|
|
99
|
+
- FIX: #159 Functions fixed
|
|
90
100
|
|
|
91
101
|
### 1.7.2 (2024-06-17)
|
|
92
102
|
|
|
93
|
-
-
|
|
94
|
-
-
|
|
103
|
+
- FIX: #158 Telegram-menu connection
|
|
104
|
+
- FIX: #155 DynSwitch
|
|
95
105
|
|
|
96
106
|
### 1.7.1 (2024-06-10)
|
|
97
107
|
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
108
|
+
- FIX: Delete Messages
|
|
109
|
+
- FIX: Add new row in action
|
|
110
|
+
- FIX: Error setState "value.includes is not a function"
|
|
111
|
+
- FIX: #144 Add new feature in setState: Now it is possible to set a static Value with a dynamic Value from id
|
|
102
112
|
|
|
103
113
|
### 1.7.0 (2024-05-11)
|
|
104
114
|
|
|
105
|
-
-
|
|
115
|
+
- Switched to "Typescript"
|
|
106
116
|
|
|
107
117
|
### 1.6.3 (2024-02-27)
|
|
108
118
|
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
-
|
|
119
|
+
- FIX: Bug in copy card fixed
|
|
120
|
+
- FIX: #104 HTTP Request Beta
|
|
121
|
+
- FIX: #111 status Value in dynamicSwitch
|
|
122
|
+
- FIX: #112 change value
|
|
123
|
+
- FIX: Bug in copy card fixed
|
|
124
|
+
- FIX: #104 HTTP Request Beta
|
|
125
|
+
- FIX: #111 status Value in dynamicSwitch
|
|
126
|
+
- FIX: #112 change value
|
|
127
|
+
- **_Change!!!_** menu:deleteAll removes automatic Request Ids which are older than 48h from list. The list is
|
|
128
|
+
completely deleted once during the update
|
|
129
|
+
- FIX: menu:number with negativ Values, see the documentation
|
|
130
|
+
- FIX: menu:number with negativ Values, see the documentation
|
|
120
131
|
|
|
121
132
|
### 1.6.2 (2024-01-07)
|
|
122
133
|
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
134
|
+
- FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function
|
|
135
|
+
manually. For more information, see the documentation
|
|
136
|
+
- FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
|
|
137
|
+
- FIX: #107 one line menu without workaround
|
|
138
|
+
- FIX: #103 scrollbar in Navigation and Action
|
|
139
|
+
- FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function
|
|
140
|
+
manually. For more information, see the documentation
|
|
141
|
+
- FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
|
|
142
|
+
- FIX: #107 one line menu without workaround
|
|
143
|
+
- FIX: #103 scrollbar in Navigation and Action
|
|
144
|
+
- Small visual changes in actions for small screens
|
|
145
|
+
- FIX: Checkbox send menu after restart in settings
|
|
146
|
+
- FIX: #94 Menu:number with Float Numbers fixed
|
|
147
|
+
- FIX: Checkbox send menu after restart in settings
|
|
148
|
+
- FIX: #94 Menu:number with Float Numbers fixed
|
|
149
|
+
- Trigger Info - Overview of all menus and users, only visual but without functions
|
|
150
|
+
- Remaining text reattached
|
|
138
151
|
|
|
139
152
|
### 1.6.1 (2023-12-27)
|
|
140
153
|
|
|
141
|
-
-
|
|
142
|
-
-
|
|
154
|
+
- FIX: Shoppinglist
|
|
155
|
+
- FIX: Shoppinglist
|
|
143
156
|
|
|
144
157
|
### 1.6.0 (2023-12-26)
|
|
145
158
|
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
159
|
+
- Json Table in combination with the alexa-shoppinglist adapter can remove items
|
|
160
|
+
- Json Table without Head
|
|
161
|
+
- FIX: Menu:back
|
|
162
|
+
- Json Table in combination with the alexa-shoppinglist adapter can remove items
|
|
163
|
+
- Json Table without Head
|
|
164
|
+
- FIX: Menu:back
|
|
165
|
+
- Possibility to stop sending Menu after restart (after save)
|
|
153
166
|
|
|
154
167
|
### 1.5.1 (2023-12-20)
|
|
155
168
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
169
|
+
- No Icons in events condition
|
|
170
|
+
- FIX: Copy events and echarts
|
|
171
|
+
- Moveable DropBox
|
|
172
|
+
- No Icons in events condition
|
|
173
|
+
- FIX: Copy events and echarts
|
|
174
|
+
- Moveable DropBox
|
|
162
175
|
|
|
163
176
|
### 1.5.0 (2023-12-19)
|
|
164
177
|
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
178
|
+
- FIX: #92 send echarts
|
|
179
|
+
- FIX: #93 Scrollbar in Menus
|
|
180
|
+
- FIX: #89 go back to menu by setting setDynamicValue
|
|
181
|
+
- Delete all Messages by Bot
|
|
182
|
+
- FIX: #92 send echarts
|
|
183
|
+
- FIX: #93 Scrollbar in Menus
|
|
184
|
+
- FIX: #89 go back to menu by setting setDynamicValue
|
|
185
|
+
- Delete all Messages by Bot
|
|
173
186
|
|
|
174
187
|
### 1.4.0 (2023-12-16)
|
|
175
188
|
|
|
176
|
-
-
|
|
177
|
-
-
|
|
189
|
+
- #88 Menu with dynamic Values
|
|
190
|
+
- #87 Event opens a menu
|
|
178
191
|
|
|
179
192
|
### 1.3.0 (2023-12-13)
|
|
180
193
|
|
|
181
|
-
-
|
|
194
|
+
- insert Dynamic Values
|
|
182
195
|
|
|
183
196
|
### 1.2.3 (2023-12-12)
|
|
184
197
|
|
|
185
|
-
-
|
|
186
|
-
-
|
|
198
|
+
- small fixes
|
|
199
|
+
- Menu Entrys will sorted by Name
|
|
187
200
|
|
|
188
201
|
### 1.2.2 (2023-12-11)
|
|
189
202
|
|
|
190
|
-
-
|
|
203
|
+
- style fix and Helper Card texts expanded
|
|
191
204
|
|
|
192
205
|
### 1.2.1 (2023-12-11)
|
|
193
206
|
|
|
194
|
-
-
|
|
207
|
+
- fix in parse_Mode SetState
|
|
195
208
|
|
|
196
209
|
### 1.2.0 (2023-12-10)
|
|
197
210
|
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
211
|
+
- textarea in Helper Card
|
|
212
|
+
- text table from Json
|
|
213
|
+
- It is now possible to copy rows into the same menu
|
|
214
|
+
- small fixes
|
|
215
|
+
- fixed parse_mode in submenu
|
|
216
|
+
- get json as inline-Keyboard Table
|
|
204
217
|
|
|
205
218
|
### 1.1.0 (2023-12-08)
|
|
206
219
|
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
220
|
+
- confirm the set and not processed state
|
|
221
|
+
- fixed User checkbox check
|
|
222
|
+
- new Icons
|
|
223
|
+
- Error by Starting with new Values of Ack and Parse_mode
|
|
224
|
+
- #85 bindings
|
|
225
|
+
- added {time} to Navigation
|
|
226
|
+
- #82 Get Location
|
|
227
|
+
- #85 get state.ls oder state.ts from a state and converts to a local time
|
|
228
|
+
- #81 get Status of more than one ID
|
|
229
|
+
- #83 New line in Text
|
|
230
|
+
- fixed menu:number
|
|
218
231
|
|
|
219
232
|
### 1.0.1 (2023-12-06)
|
|
220
233
|
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
234
|
+
- fixed Error read UserList
|
|
235
|
+
- remove ack:true and ack:false from Confirm Message, and create a checkbox for it
|
|
236
|
+
- parse-Mode HTML
|
|
224
237
|
|
|
225
238
|
### 0.9.3 (2023-12-04)
|
|
226
239
|
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
240
|
+
- fixed scrolling
|
|
241
|
+
- values changed to value not icon
|
|
242
|
+
- fixed save Value from HelperCard
|
|
243
|
+
- changeValue extends
|
|
244
|
+
- small fixes
|
|
245
|
+
- it is now possible to mark text in draggable rows
|
|
233
246
|
|
|
234
247
|
### 0.9.2 (2023-11-26)
|
|
235
248
|
|
|
236
|
-
-
|
|
237
|
-
-
|
|
249
|
+
- fixed error when the Adapter starts
|
|
250
|
+
- Drag & Drop in Action Card
|
|
238
251
|
|
|
239
252
|
### 0.9.0 (2023-11-26)
|
|
240
253
|
|
|
241
|
-
-
|
|
242
|
-
-
|
|
254
|
+
- React UI with more features
|
|
255
|
+
- #75 fixed add new row in Action and edit it
|
|
243
256
|
|
|
244
257
|
### 0.8.7 (2023-11-25)
|
|
245
258
|
|
|
246
|
-
-
|
|
259
|
+
- React UI with more features
|
|
247
260
|
|
|
248
261
|
### 0.8.6 (2023-11-21)
|
|
249
262
|
|
|
250
|
-
-
|
|
263
|
+
- fixed change and set value
|
|
251
264
|
|
|
252
265
|
### 0.8.5 (2023-11-10)
|
|
253
266
|
|
|
254
|
-
-
|
|
267
|
+
- fixed, menu:back in Subnavigation
|
|
255
268
|
|
|
256
269
|
### 0.8.4 (2023-11-08)
|
|
257
270
|
|
|
258
|
-
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
271
|
+
- round values in getState
|
|
272
|
+
- fixed, rename menuname
|
|
273
|
+
- fixed calling submenus in subordinate menus
|
|
274
|
+
- convert type values to type of target ID
|
|
262
275
|
|
|
263
276
|
### 0.8.3 (2023-10-23)
|
|
264
277
|
|
|
265
|
-
-
|
|
266
|
-
-
|
|
278
|
+
- fix, step smaller than 1 in submenu number and percent
|
|
279
|
+
- global fixes in submenu
|
|
267
280
|
|
|
268
281
|
### 0.8.2 (2023-10-22)
|
|
269
282
|
|
|
270
|
-
-
|
|
283
|
+
- fix {status:...}
|
|
271
284
|
|
|
272
285
|
### 0.8.1 (2023-10-22)
|
|
273
286
|
|
|
274
|
-
-
|
|
287
|
+
- hotfix, submenu switch
|
|
275
288
|
|
|
276
289
|
### 0.8.0 (2023-10-22)
|
|
277
290
|
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
-
|
|
281
|
-
-
|
|
282
|
-
-
|
|
291
|
+
- text blocks created as a selection list, including the selection of the ID
|
|
292
|
+
- text in submenus is now editable in the textfield in the navigation
|
|
293
|
+
- set ID by open a menu
|
|
294
|
+
- get status
|
|
295
|
+
- small fixes
|
|
283
296
|
|
|
284
297
|
### 0.7.2 (2023-10-15)
|
|
285
298
|
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
299
|
+
- submenu Number fixed
|
|
300
|
+
- text is lost when editing #63
|
|
301
|
+
- convert milliseconds value to a local time specification
|
|
302
|
+
- setstate and get result of another state with text adjusted
|
|
290
303
|
|
|
291
304
|
### 0.7.1 (2023-10-02)
|
|
292
305
|
|
|
293
|
-
-
|
|
306
|
+
- bugfix, Error read UserListTypeError: Cannot read properties of undefined
|
|
294
307
|
|
|
295
308
|
### 0.7.0 (2023-10-01)
|
|
296
309
|
|
|
297
|
-
-
|
|
298
|
-
-
|
|
299
|
-
-
|
|
310
|
+
- #53 feature: sendPicture von server-path
|
|
311
|
+
- #52 icons are missing, copy data
|
|
312
|
+
- #51 by creating a new Menu, the Users are not shown
|
|
300
313
|
|
|
301
314
|
### 0.6.10 (2023-09-23)
|
|
302
315
|
|
|
303
|
-
-
|
|
316
|
+
- bug fix
|
|
304
317
|
|
|
305
318
|
### 0.6.9 (2023-09-23)
|
|
306
319
|
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
-
|
|
320
|
+
- Rearranging listed actions #49
|
|
321
|
+
- when calling up the submenu, Text was send no entry found, fixed
|
|
322
|
+
- bug switch menu, fixed
|
|
323
|
+
- set a state, and receive the change of another state
|
|
311
324
|
|
|
312
325
|
### 0.6.8 (2023-09-16)
|
|
313
326
|
|
|
314
|
-
-
|
|
315
|
-
-
|
|
327
|
+
- chatId in UI
|
|
328
|
+
- trigger is not displayed when editing, fixed
|
|
316
329
|
|
|
317
330
|
### 0.6.7 (2023-09-05)
|
|
318
331
|
|
|
319
|
-
-
|
|
332
|
+
- fixed, send menu with error
|
|
320
333
|
|
|
321
334
|
### 0.6.6 (2023-09-03)
|
|
322
335
|
|
|
323
|
-
-
|
|
336
|
+
- add info-big.png
|
|
324
337
|
|
|
325
338
|
### 0.6.5 (2023-09-01)
|
|
326
339
|
|
|
327
|
-
-
|
|
340
|
+
- get user by chatID and send back to this chatID
|
|
328
341
|
|
|
329
342
|
### 0.6.4 (2023-08-20)
|
|
330
343
|
|
|
331
|
-
-
|
|
344
|
+
- Trigger check, used triggers are no longer available in action, in nav it is visualized that the trigger is already in
|
|
345
|
+
use
|
|
332
346
|
|
|
333
347
|
### 0.6.3 (2023-08-17)
|
|
334
348
|
|
|
335
|
-
-
|
|
349
|
+
- user check, least one user must be checked
|
|
336
350
|
|
|
337
351
|
### 0.6.2 (2023-08-14)
|
|
338
352
|
|
|
339
|
-
-
|
|
340
|
-
-
|
|
353
|
+
- Active Menu Output fixed
|
|
354
|
+
- change instance, user will be load from new instance
|
|
341
355
|
|
|
342
356
|
### 0.6.1 (2023-08-13)
|
|
343
357
|
|
|
344
|
-
-
|
|
358
|
+
- bug fixed style
|
|
345
359
|
|
|
346
360
|
### 0.6.0 (2023-08-13)
|
|
347
361
|
|
|
348
|
-
-
|
|
349
|
-
-
|
|
350
|
-
-
|
|
351
|
-
-
|
|
352
|
-
-
|
|
353
|
-
-
|
|
362
|
+
- checkbox for Telegram Users
|
|
363
|
+
- styling
|
|
364
|
+
- small fixes
|
|
365
|
+
- Add Row Button in Nav for every Row
|
|
366
|
+
- More Groups with the same User
|
|
367
|
+
- Trigger generates without saving
|
|
354
368
|
|
|
355
369
|
### 0.5.1 (2023-08-05)
|
|
356
370
|
|
|
357
|
-
-
|
|
371
|
+
- sent to the wrong instance, fixed
|
|
358
372
|
|
|
359
373
|
### 0.5.0 (2023-08-05)
|
|
360
374
|
|
|
361
|
-
-
|
|
362
|
-
-
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
366
|
-
-
|
|
367
|
-
-
|
|
375
|
+
- trigger avoid duplicate entries and sort alphabetical
|
|
376
|
+
- adapter stops responding after some time, fixed #42
|
|
377
|
+
- generate Trigger in Action, fixed
|
|
378
|
+
- math value for getstate
|
|
379
|
+
- settings instance #41, menus, fixed
|
|
380
|
+
- no spellcheck for input fields
|
|
381
|
+
- menu go back to last Sides
|
|
368
382
|
|
|
369
383
|
### 0.4.2 (2023-07-30)
|
|
370
384
|
|
|
371
|
-
-
|
|
385
|
+
- menu switch ersetzt menu yes-no, on-off, it is possible to customize text and value with this menu
|
|
372
386
|
|
|
373
387
|
### 0.4.1 (2023-07-30)
|
|
374
388
|
|
|
375
|
-
-
|
|
389
|
+
- Return text for submenus adjusted
|
|
376
390
|
|
|
377
391
|
### 0.4.0 (2023-07-28)
|
|
378
392
|
|
|
379
|
-
-
|
|
380
|
-
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
-
|
|
393
|
+
- change output value for getState
|
|
394
|
+
- checkbox to disbale Text No Entry found in the settings #34
|
|
395
|
+
- submenu
|
|
396
|
+
- **changed!!!**, states are always set with ack false
|
|
397
|
+
- adapter does not restart when telegram restarts #35
|
|
384
398
|
|
|
385
399
|
### 0.3.0 (2023-07-02)
|
|
386
400
|
|
|
387
|
-
-
|
|
388
|
-
-
|
|
401
|
+
- add ack Flag
|
|
402
|
+
- Copy-Button to copy User-elements to activ User
|
|
389
403
|
|
|
390
404
|
### 0.2.0 (2023-05-28)
|
|
391
405
|
|
|
392
|
-
-
|
|
393
|
-
-
|
|
406
|
+
- rename button
|
|
407
|
+
- create groups with users
|
|
394
408
|
|
|
395
409
|
### 0.1.1 (2023-05-18)
|
|
396
410
|
|
|
397
|
-
-
|
|
398
|
-
-
|
|
399
|
-
-
|
|
400
|
-
-
|
|
401
|
-
-
|
|
411
|
+
- shift rows
|
|
412
|
+
- small fixes
|
|
413
|
+
- Darkmode fixed
|
|
414
|
+
- option, return text without value
|
|
415
|
+
- get all Values of functions
|
|
402
416
|
|
|
403
417
|
### 0.1.0 (2023-05-07)
|
|
404
418
|
|
|
405
|
-
-
|
|
406
|
-
-
|
|
407
|
-
-
|
|
408
|
-
-
|
|
419
|
+
- Fixes
|
|
420
|
+
- Style
|
|
421
|
+
- Confirmation, that the value has been set
|
|
422
|
+
- Second User Menu fixed
|
|
409
423
|
|
|
410
424
|
### 0.0.8 (2023-05-01)
|
|
411
425
|
|
|
412
|
-
-
|
|
426
|
+
- Send Grafana Diagrams
|
|
413
427
|
|
|
414
428
|
### 0.0.7 (2023-04-23)
|
|
415
429
|
|
|
416
|
-
-
|
|
417
|
-
-
|
|
430
|
+
- Bugs fixed
|
|
431
|
+
- Translate
|
|
418
432
|
|
|
419
433
|
### 0.0.6 (2023-04-18)
|
|
420
434
|
|
|
421
|
-
-
|
|
422
|
-
-
|
|
435
|
+
- Fixed SetState and GetState
|
|
436
|
+
- Translate
|
|
423
437
|
|
|
424
438
|
### 0.0.2 (2023-04-16)
|
|
425
439
|
|
|
426
|
-
-
|
|
440
|
+
- (MiRo1310) initial release
|
|
427
441
|
|
|
428
442
|
## License
|
|
429
443
|
|
|
430
444
|
MIT License
|
|
431
445
|
|
|
432
|
-
Copyright (c)
|
|
446
|
+
Copyright (c) 2025 MiRo1310 <michael.roling@gmx.de>
|
|
433
447
|
|
|
434
448
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
435
449
|
of this software and associated documentation files (the "Software"), to deal
|