iobroker.telegram-menu 2.1.6 → 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 +212 -196
- package/admin/build/index.js +62 -62
- package/admin/build/index.js.map +4 -4
- package/admin/css/button.css +82 -63
- package/admin/css/edit-container.css +12 -2
- package/admin/css/header.css +2 -1
- package/admin/css/index.css +0 -0
- package/admin/css/input.css +52 -46
- package/admin/css/style.css +457 -357
- package/admin/css/tab-action.css +18 -0
- package/admin/css/table.css +1 -1
- package/build/main.js +0 -4
- 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,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,398 +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
|
+
|
|
41
|
+
### 2.1.7 (2024-12-08)
|
|
42
|
+
|
|
43
|
+
- FIX: #220 Delete button doesn´t work
|
|
44
|
+
- FEAT: Styling
|
|
45
|
+
|
|
36
46
|
### 2.1.6 (2024-12-04)
|
|
37
|
-
|
|
47
|
+
|
|
48
|
+
- FEAT: Styling
|
|
38
49
|
|
|
39
50
|
### 2.1.5 (2024-12-04)
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
51
|
+
|
|
52
|
+
- CHORE: Update dependencies
|
|
53
|
+
- FIX: #211 No input is possible
|
|
54
|
+
- CHORE: Migration to ESLint 9 and @iobroker/eslint-config
|
|
43
55
|
|
|
44
56
|
### 2.1.4 (2024-11-23)
|
|
45
57
|
|
|
46
|
-
-
|
|
58
|
+
- FIX: #203 Scrolling in table
|
|
47
59
|
|
|
48
60
|
### 2.1.3 (2024-10-21)
|
|
49
61
|
|
|
50
|
-
-
|
|
51
|
-
-
|
|
62
|
+
- FIX: User checkbox error message
|
|
63
|
+
- FEAT: #194 Styling
|
|
52
64
|
|
|
53
65
|
### 2.1.2 (2024-10-18)
|
|
54
66
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
67
|
+
- FIX: Different telegram instances cannot be selected
|
|
68
|
+
- FIX: Cannot set values in setState
|
|
69
|
+
- Styling
|
|
58
70
|
|
|
59
71
|
### 2.1.1 (2024-10-16)
|
|
60
72
|
|
|
61
|
-
-
|
|
73
|
+
- FIX: Adapter ui cannot be loaded
|
|
62
74
|
|
|
63
75
|
### 2.1.0 (2024-10-15)
|
|
64
76
|
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
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
|
|
69
81
|
|
|
70
82
|
### 2.0.0 (2024-08-11)
|
|
71
83
|
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
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
|
|
76
88
|
|
|
77
89
|
### 1.7.4 (2024-06-24)
|
|
78
90
|
|
|
79
|
-
-
|
|
91
|
+
- FEAT: #160 Expand setDynamicValue
|
|
80
92
|
|
|
81
93
|
### 1.7.3 (2024-06-22)
|
|
82
94
|
|
|
83
|
-
-
|
|
84
|
-
-
|
|
95
|
+
- FIX: Multi-user fixed
|
|
96
|
+
- FIX: #159 Functions fixed
|
|
85
97
|
|
|
86
98
|
### 1.7.2 (2024-06-17)
|
|
87
99
|
|
|
88
|
-
-
|
|
89
|
-
-
|
|
100
|
+
- FIX: #158 Telegram-menu connection
|
|
101
|
+
- FIX: #155 DynSwitch
|
|
90
102
|
|
|
91
103
|
### 1.7.1 (2024-06-10)
|
|
92
104
|
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
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
|
|
97
109
|
|
|
98
110
|
### 1.7.0 (2024-05-11)
|
|
99
111
|
|
|
100
|
-
-
|
|
112
|
+
- Switched to "Typescript"
|
|
101
113
|
|
|
102
114
|
### 1.6.3 (2024-02-27)
|
|
103
115
|
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
-
|
|
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
|
|
115
128
|
|
|
116
129
|
### 1.6.2 (2024-01-07)
|
|
117
130
|
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
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
|
|
133
148
|
|
|
134
149
|
### 1.6.1 (2023-12-27)
|
|
135
150
|
|
|
136
|
-
-
|
|
137
|
-
-
|
|
151
|
+
- FIX: Shoppinglist
|
|
152
|
+
- FIX: Shoppinglist
|
|
138
153
|
|
|
139
154
|
### 1.6.0 (2023-12-26)
|
|
140
155
|
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
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)
|
|
148
163
|
|
|
149
164
|
### 1.5.1 (2023-12-20)
|
|
150
165
|
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
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
|
|
157
172
|
|
|
158
173
|
### 1.5.0 (2023-12-19)
|
|
159
174
|
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
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
|
|
168
183
|
|
|
169
184
|
### 1.4.0 (2023-12-16)
|
|
170
185
|
|
|
171
|
-
-
|
|
172
|
-
-
|
|
186
|
+
- #88 Menu with dynamic Values
|
|
187
|
+
- #87 Event opens a menu
|
|
173
188
|
|
|
174
189
|
### 1.3.0 (2023-12-13)
|
|
175
190
|
|
|
176
|
-
-
|
|
191
|
+
- insert Dynamic Values
|
|
177
192
|
|
|
178
193
|
### 1.2.3 (2023-12-12)
|
|
179
194
|
|
|
180
|
-
-
|
|
181
|
-
-
|
|
195
|
+
- small fixes
|
|
196
|
+
- Menu Entrys will sorted by Name
|
|
182
197
|
|
|
183
198
|
### 1.2.2 (2023-12-11)
|
|
184
199
|
|
|
185
|
-
-
|
|
200
|
+
- style fix and Helper Card texts expanded
|
|
186
201
|
|
|
187
202
|
### 1.2.1 (2023-12-11)
|
|
188
203
|
|
|
189
|
-
-
|
|
204
|
+
- fix in parse_Mode SetState
|
|
190
205
|
|
|
191
206
|
### 1.2.0 (2023-12-10)
|
|
192
207
|
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
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
|
|
199
214
|
|
|
200
215
|
### 1.1.0 (2023-12-08)
|
|
201
216
|
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
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
|
|
213
228
|
|
|
214
229
|
### 1.0.1 (2023-12-06)
|
|
215
230
|
|
|
216
|
-
-
|
|
217
|
-
-
|
|
218
|
-
-
|
|
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
|
|
219
234
|
|
|
220
235
|
### 0.9.3 (2023-12-04)
|
|
221
236
|
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
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
|
|
228
243
|
|
|
229
244
|
### 0.9.2 (2023-11-26)
|
|
230
245
|
|
|
231
|
-
-
|
|
232
|
-
-
|
|
246
|
+
- fixed error when the Adapter starts
|
|
247
|
+
- Drag & Drop in Action Card
|
|
233
248
|
|
|
234
249
|
### 0.9.0 (2023-11-26)
|
|
235
250
|
|
|
236
|
-
-
|
|
237
|
-
-
|
|
251
|
+
- React UI with more features
|
|
252
|
+
- #75 fixed add new row in Action and edit it
|
|
238
253
|
|
|
239
254
|
### 0.8.7 (2023-11-25)
|
|
240
255
|
|
|
241
|
-
-
|
|
256
|
+
- React UI with more features
|
|
242
257
|
|
|
243
258
|
### 0.8.6 (2023-11-21)
|
|
244
259
|
|
|
245
|
-
-
|
|
260
|
+
- fixed change and set value
|
|
246
261
|
|
|
247
262
|
### 0.8.5 (2023-11-10)
|
|
248
263
|
|
|
249
|
-
-
|
|
264
|
+
- fixed, menu:back in Subnavigation
|
|
250
265
|
|
|
251
266
|
### 0.8.4 (2023-11-08)
|
|
252
267
|
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
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
|
|
257
272
|
|
|
258
273
|
### 0.8.3 (2023-10-23)
|
|
259
274
|
|
|
260
|
-
-
|
|
261
|
-
-
|
|
275
|
+
- fix, step smaller than 1 in submenu number and percent
|
|
276
|
+
- global fixes in submenu
|
|
262
277
|
|
|
263
278
|
### 0.8.2 (2023-10-22)
|
|
264
279
|
|
|
265
|
-
-
|
|
280
|
+
- fix {status:...}
|
|
266
281
|
|
|
267
282
|
### 0.8.1 (2023-10-22)
|
|
268
283
|
|
|
269
|
-
-
|
|
284
|
+
- hotfix, submenu switch
|
|
270
285
|
|
|
271
286
|
### 0.8.0 (2023-10-22)
|
|
272
287
|
|
|
273
|
-
-
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
-
|
|
277
|
-
-
|
|
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
|
|
278
293
|
|
|
279
294
|
### 0.7.2 (2023-10-15)
|
|
280
295
|
|
|
281
|
-
-
|
|
282
|
-
-
|
|
283
|
-
-
|
|
284
|
-
-
|
|
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
|
|
285
300
|
|
|
286
301
|
### 0.7.1 (2023-10-02)
|
|
287
302
|
|
|
288
|
-
-
|
|
303
|
+
- bugfix, Error read UserListTypeError: Cannot read properties of undefined
|
|
289
304
|
|
|
290
305
|
### 0.7.0 (2023-10-01)
|
|
291
306
|
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
-
|
|
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
|
|
295
310
|
|
|
296
311
|
### 0.6.10 (2023-09-23)
|
|
297
312
|
|
|
298
|
-
-
|
|
313
|
+
- bug fix
|
|
299
314
|
|
|
300
315
|
### 0.6.9 (2023-09-23)
|
|
301
316
|
|
|
302
|
-
-
|
|
303
|
-
-
|
|
304
|
-
-
|
|
305
|
-
-
|
|
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
|
|
306
321
|
|
|
307
322
|
### 0.6.8 (2023-09-16)
|
|
308
323
|
|
|
309
|
-
-
|
|
310
|
-
-
|
|
324
|
+
- chatId in UI
|
|
325
|
+
- trigger is not displayed when editing, fixed
|
|
311
326
|
|
|
312
327
|
### 0.6.7 (2023-09-05)
|
|
313
328
|
|
|
314
|
-
-
|
|
329
|
+
- fixed, send menu with error
|
|
315
330
|
|
|
316
331
|
### 0.6.6 (2023-09-03)
|
|
317
332
|
|
|
318
|
-
-
|
|
333
|
+
- add info-big.png
|
|
319
334
|
|
|
320
335
|
### 0.6.5 (2023-09-01)
|
|
321
336
|
|
|
322
|
-
-
|
|
337
|
+
- get user by chatID and send back to this chatID
|
|
323
338
|
|
|
324
339
|
### 0.6.4 (2023-08-20)
|
|
325
340
|
|
|
326
|
-
-
|
|
341
|
+
- Trigger check, used triggers are no longer available in action, in nav it is visualized that the trigger is already in
|
|
342
|
+
use
|
|
327
343
|
|
|
328
344
|
### 0.6.3 (2023-08-17)
|
|
329
345
|
|
|
330
|
-
-
|
|
346
|
+
- user check, least one user must be checked
|
|
331
347
|
|
|
332
348
|
### 0.6.2 (2023-08-14)
|
|
333
349
|
|
|
334
|
-
-
|
|
335
|
-
-
|
|
350
|
+
- Active Menu Output fixed
|
|
351
|
+
- change instance, user will be load from new instance
|
|
336
352
|
|
|
337
353
|
### 0.6.1 (2023-08-13)
|
|
338
354
|
|
|
339
|
-
-
|
|
355
|
+
- bug fixed style
|
|
340
356
|
|
|
341
357
|
### 0.6.0 (2023-08-13)
|
|
342
358
|
|
|
343
|
-
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
-
|
|
347
|
-
-
|
|
348
|
-
-
|
|
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
|
|
349
365
|
|
|
350
366
|
### 0.5.1 (2023-08-05)
|
|
351
367
|
|
|
352
|
-
-
|
|
368
|
+
- sent to the wrong instance, fixed
|
|
353
369
|
|
|
354
370
|
### 0.5.0 (2023-08-05)
|
|
355
371
|
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
-
|
|
361
|
-
-
|
|
362
|
-
-
|
|
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
|
|
363
379
|
|
|
364
380
|
### 0.4.2 (2023-07-30)
|
|
365
381
|
|
|
366
|
-
-
|
|
382
|
+
- menu switch ersetzt menu yes-no, on-off, it is possible to customize text and value with this menu
|
|
367
383
|
|
|
368
384
|
### 0.4.1 (2023-07-30)
|
|
369
385
|
|
|
370
|
-
-
|
|
386
|
+
- Return text for submenus adjusted
|
|
371
387
|
|
|
372
388
|
### 0.4.0 (2023-07-28)
|
|
373
389
|
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
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
|
|
379
395
|
|
|
380
396
|
### 0.3.0 (2023-07-02)
|
|
381
397
|
|
|
382
|
-
-
|
|
383
|
-
-
|
|
398
|
+
- add ack Flag
|
|
399
|
+
- Copy-Button to copy User-elements to activ User
|
|
384
400
|
|
|
385
401
|
### 0.2.0 (2023-05-28)
|
|
386
402
|
|
|
387
|
-
-
|
|
388
|
-
-
|
|
403
|
+
- rename button
|
|
404
|
+
- create groups with users
|
|
389
405
|
|
|
390
406
|
### 0.1.1 (2023-05-18)
|
|
391
407
|
|
|
392
|
-
-
|
|
393
|
-
-
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
408
|
+
- shift rows
|
|
409
|
+
- small fixes
|
|
410
|
+
- Darkmode fixed
|
|
411
|
+
- option, return text without value
|
|
412
|
+
- get all Values of functions
|
|
397
413
|
|
|
398
414
|
### 0.1.0 (2023-05-07)
|
|
399
415
|
|
|
400
|
-
-
|
|
401
|
-
-
|
|
402
|
-
-
|
|
403
|
-
-
|
|
416
|
+
- Fixes
|
|
417
|
+
- Style
|
|
418
|
+
- Confirmation, that the value has been set
|
|
419
|
+
- Second User Menu fixed
|
|
404
420
|
|
|
405
421
|
### 0.0.8 (2023-05-01)
|
|
406
422
|
|
|
407
|
-
-
|
|
423
|
+
- Send Grafana Diagrams
|
|
408
424
|
|
|
409
425
|
### 0.0.7 (2023-04-23)
|
|
410
426
|
|
|
411
|
-
-
|
|
412
|
-
-
|
|
427
|
+
- Bugs fixed
|
|
428
|
+
- Translate
|
|
413
429
|
|
|
414
430
|
### 0.0.6 (2023-04-18)
|
|
415
431
|
|
|
416
|
-
-
|
|
417
|
-
-
|
|
432
|
+
- Fixed SetState and GetState
|
|
433
|
+
- Translate
|
|
418
434
|
|
|
419
435
|
### 0.0.2 (2023-04-16)
|
|
420
436
|
|
|
421
|
-
-
|
|
437
|
+
- (MiRo1310) initial release
|
|
422
438
|
|
|
423
439
|
## License
|
|
424
440
|
|
|
425
441
|
MIT License
|
|
426
442
|
|
|
427
|
-
Copyright (c)
|
|
443
|
+
Copyright (c) 2025 MiRo1310 <michael.roling@gmx.de>
|
|
428
444
|
|
|
429
445
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
430
446
|
of this software and associated documentation files (the "Software"), to deal
|