mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-20 02:32:37 +01:00
Fix dimmer min brightness
This commit is contained in:
parent
393d40ff41
commit
bf4a59b156
@ -1,6 +0,0 @@
|
|||||||
export class FurnitureDimmerData
|
|
||||||
{
|
|
||||||
constructor(
|
|
||||||
public objectId: number,
|
|
||||||
public category: number) {}
|
|
||||||
}
|
|
@ -9,7 +9,7 @@ import { DimmerFurnitureWidgetPresetItem } from './DimmerFurnitureWidgetPresetIt
|
|||||||
|
|
||||||
const AVAILABLE_COLORS: number[] = [7665141, 21495, 15161822, 15353138, 15923281, 8581961, 0];
|
const AVAILABLE_COLORS: number[] = [7665141, 21495, 15161822, 15353138, 15923281, 8581961, 0];
|
||||||
const HTML_COLORS: string[] = ['#74F5F5', '#0053F7', '#E759DE', '#EA4532', '#F2F851', '#82F349', '#000000'];
|
const HTML_COLORS: string[] = ['#74F5F5', '#0053F7', '#E759DE', '#EA4532', '#F2F851', '#82F349', '#000000'];
|
||||||
const MIN_BRIGHTNESS: number = 75;
|
const MIN_BRIGHTNESS: number = 76;
|
||||||
const MAX_BRIGHTNESS: number = 255;
|
const MAX_BRIGHTNESS: number = 255;
|
||||||
|
|
||||||
export const FurnitureDimmerView: FC<{}> = props =>
|
export const FurnitureDimmerView: FC<{}> = props =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user