diff --git a/src/components/device-status-bar/device-status-bar.tsx b/src/components/device-status-bar/device-status-bar.tsx index 37f0f45..5551e98 100644 --- a/src/components/device-status-bar/device-status-bar.tsx +++ b/src/components/device-status-bar/device-status-bar.tsx @@ -34,6 +34,7 @@ export class DeviceStatusBar implements ComponentInterface { * @memberof DeviceStatusBar */ @Prop({ mutable: true }) time: string; + /** * The date to be displayed * @@ -43,6 +44,7 @@ export class DeviceStatusBar implements ComponentInterface { * @memberof DeviceStatusBar */ @Prop({ mutable: true }) date: string; + /** * Set the color of the status bar text *