We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682c8c3 commit bbd0dceCopy full SHA for bbd0dce
src/property.ts
@@ -53,7 +53,7 @@ export class Property<T extends Any> {
53
54
private prevGetValue?: T;
55
56
- private lastorigin?: string;
+ private lastOrigin?: string;
57
58
constructor(device: Device, name: string, propertyDescr: PropertySchema) {
59
this.device = device;
0 commit comments