ozone-type
Advanced tools
Comparing version 5.4.56 to 5.4.58
@@ -5,3 +5,4 @@ import { Item, UUID } from './Item'; | ||
export declare class ChannelScene extends Item { | ||
guiId?: UUID; | ||
guiId: UUID; | ||
guiUuid: UUID; | ||
uuid?: UUID; | ||
@@ -8,0 +9,0 @@ color?: FlowrColor; |
@@ -15,2 +15,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.guiId = src.guiId; | ||
this.guiUuid = src.guiUuid; | ||
this.uuid = src.uuid; | ||
@@ -17,0 +18,0 @@ this.color = src.color; |
@@ -12,4 +12,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
DeviceMessageFlowrConnectRefresh = __decorate([ | ||
OzoneType('device.message.flowr.connectrefresh') | ||
OzoneType('device.message.flowr.connect.refresh') | ||
], DeviceMessageFlowrConnectRefresh); | ||
export { DeviceMessageFlowrConnectRefresh }; |
@@ -7,3 +7,4 @@ import { Item, OzoneType, UUID } from './Item' | ||
export class ChannelScene extends Item { | ||
guiId?: UUID | ||
guiId: UUID | ||
guiUuid: UUID | ||
uuid?: UUID | ||
@@ -20,2 +21,3 @@ color?: FlowrColor | ||
this.guiId = src.guiId | ||
this.guiUuid = src.guiUuid | ||
this.uuid = src.uuid | ||
@@ -22,0 +24,0 @@ this.color = src.color |
@@ -5,4 +5,4 @@ import { DeviceMessage } from './DeviceMessage' | ||
@OzoneType('device.message.flowr.connectrefresh') | ||
@OzoneType('device.message.flowr.connect.refresh') | ||
export class DeviceMessageFlowrConnectRefresh extends DeviceMessage { | ||
} |
{ | ||
"name": "ozone-type", | ||
"version": "5.4.56", | ||
"version": "5.4.58", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "access": "public" | ||
"license": "ISC", | ||
"gitHead": "21368c9d02d3684e8ac5514a85344c45300a7382" | ||
"gitHead": "0b39283ce4741f4f12d5ee03c06feec7af9eda1f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2286629
1971
31395