@openremote/model 1.11.0 → 1.11.1
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/lib/model.d.ts +1 -1
- package/package.json +1 -1
package/lib/model.d.ts
CHANGED
|
@@ -554,8 +554,8 @@ export interface AttributeEvent extends SharedEvent, AttributeInfo {
|
|
|
554
554
|
createdOn?: DateAsNumber;
|
|
555
555
|
}
|
|
556
556
|
export interface AttributeInfo extends AssetInfo, NameValueHolder<any>, MetaHolder, Comparable<AttributeInfo> {
|
|
557
|
-
oldValue?: any;
|
|
558
557
|
oldValueTimestamp?: number;
|
|
558
|
+
oldValue?: any;
|
|
559
559
|
value?: any;
|
|
560
560
|
ref?: AttributeRef;
|
|
561
561
|
timestamp?: number;
|