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