@iobroker/dm-utils 3.0.5 → 3.0.6
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/README.md +1 -1
- package/build/types/base.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -454,7 +454,7 @@ These names are supported for backward compatibility. Prefer the names from the
|
|
|
454
454
|
Placeholder for the next version (at the beginning of the line):
|
|
455
455
|
### **WORK IN PROGRESS**
|
|
456
456
|
-->
|
|
457
|
-
### 3.0.
|
|
457
|
+
### 3.0.6 (2026-03-27)
|
|
458
458
|
- (@GermanBluefox) Added description of icons and the possibility to show an information directly on the card
|
|
459
459
|
|
|
460
460
|
### 3.0.3 (2026-03-26)
|
package/build/types/base.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ export type WithHandlerOrUrl<TType extends ActionType, THandler> = {
|
|
|
94
94
|
url: ioBroker.StringOrTranslated;
|
|
95
95
|
};
|
|
96
96
|
export type InstanceAction<T extends ActionType = 'api'> = ActionBase<T> & WithHandlerOrUrl<T, (context: ActionContext, options?: Record<string, any>) => RetVal<InstanceRefreshResponse>> & {
|
|
97
|
-
title
|
|
97
|
+
title?: ioBroker.StringOrTranslated;
|
|
98
98
|
};
|
|
99
99
|
export type DeviceUpdate<T extends ActionType = 'api', TId extends DeviceId = DeviceId> = {
|
|
100
100
|
update: DeviceInfo<T, TId>;
|