From 9f4bc21fa850a9150bfdbb2eaa262576fb7dc59a Mon Sep 17 00:00:00 2001 From: "Claudio Maggioni (maggicl)" Date: Mon, 4 May 2020 14:38:18 +0200 Subject: [PATCH] Fixed curtains creation default name --- smart-hut/src/components/dashboard/devices/NewDevice.js | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-hut/src/components/dashboard/devices/NewDevice.js b/smart-hut/src/components/dashboard/devices/NewDevice.js index bab8a80..e5c99b4 100644 --- a/smart-hut/src/components/dashboard/devices/NewDevice.js +++ b/smart-hut/src/components/dashboard/devices/NewDevice.js @@ -108,6 +108,7 @@ class NewDevice extends Component { knobDimmer: "New knob dimmer", securityCamera: "New security camera", thermostat: "New thermostat", + curtains: "New curtains", }; if (this.state.deviceName === "") {