├── devicetypes ├── osotech │ └── plantlink.src │ │ ├── .st-ignore │ │ └── README.md ├── drzwave │ └── ezmultipli.src │ │ └── .st-ignore ├── smartthings │ ├── aeon-siren.src │ │ └── .st-ignore │ ├── cree-bulb.src │ │ └── .st-ignore │ ├── plant-link.src │ │ └── .st-ignore │ ├── zwave-lock.src │ │ └── .st-ignore │ ├── aeon-key-fob.src │ │ ├── .st-ignore │ │ └── README.md │ ├── aeon-minimote.src │ │ ├── .st-ignore │ │ └── README.md │ ├── aeon-multisensor-6.src │ │ └── .st-ignore │ ├── aeon-multisensor.src │ │ └── .st-ignore │ ├── arrival-sensor.src │ │ └── .st-ignore │ ├── dimmer-switch.src │ │ └── .st-ignore │ ├── econet-vent.src │ │ └── .st-ignore │ ├── smartalert-siren.src │ │ └── .st-ignore │ ├── zigbee-button.src │ │ └── .st-ignore │ ├── zigbee-dimmer.src │ │ ├── .st-ignore │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-lock.src │ │ └── .st-ignore │ ├── zigbee-rgb-bulb.src │ │ └── .st-ignore │ ├── zigbee-switch.src │ │ ├── .st-ignore │ │ └── i18n │ │ │ └── messages.properties │ ├── zwave-motion-sensor.src │ │ └── .st-ignore │ ├── zwave-switch.src │ │ └── .st-ignore │ ├── arrival-sensor-ha.src │ │ ├── .st-ignore │ │ └── i18n │ │ │ └── messages.properties │ ├── everspring-flood-sensor.src │ │ └── .st-ignore │ ├── fibaro-door-window-sensor.src │ │ └── .st-ignore │ ├── fortrezz-water-valve.src │ │ └── .st-ignore │ ├── smartpower-outlet.src │ │ ├── .st-ignore │ │ └── i18n │ │ │ └── messages.properties │ ├── smartsense-moisture.src │ │ └── .st-ignore │ ├── zigbee-dimmer-power.src │ │ └── .st-ignore │ ├── zigbee-rgbw-bulb.src │ │ └── .st-ignore │ ├── zwave-smoke-alarm.src │ │ └── .st-ignore │ ├── zwave-switch-generic.src │ │ └── .st-ignore │ ├── zwave-water-valve.src │ │ └── .st-ignore │ ├── aeon-multisensor-gen5.src │ │ └── .st-ignore │ ├── nyce-open-closed-sensor.src │ │ └── .st-ignore │ ├── smartsense-motion-sensor.src │ │ └── .st-ignore │ ├── smartsense-multi-sensor.src │ │ └── .st-ignore │ ├── tyco-door-window-sensor.src │ │ └── .st-ignore │ ├── zwave-basic-smoke-alarm.src │ │ ├── .st-ignore │ │ └── README.md │ ├── zwave-door-window-sensor.src │ │ └── .st-ignore │ ├── zwave-garage-door-opener.src │ │ └── .st-ignore │ ├── smartsense-moisture-sensor.src │ │ └── .st-ignore │ ├── smartsense-open-closed-sensor.src │ │ └── .st-ignore │ ├── zwave-dimmer-switch-generic.src │ │ └── .st-ignore │ ├── smartsense-temp-humidity-sensor.src │ │ └── .st-ignore │ ├── zigbee-white-color-temperature-bulb.src │ │ └── .st-ignore │ ├── zwave-basic-heat-alarm.src │ │ └── README.md │ ├── smartweather-station-tile.src │ │ ├── capability.stsmartweather.smartWeather.json │ │ ├── capability.stsmartweather.windDirection.json │ │ ├── capability.stsmartweather.ultravioletDescription.json │ │ ├── capability.stsmartweather.windSpeed.json │ │ ├── capability.stsmartweather.precipitation.json │ │ ├── capability.stsmartweather.apparentTemperature.json │ │ ├── capability.stsmartweather.weatherAlert.json │ │ └── capability.stsmartweather.weatherSummary.json │ ├── zigbee-lock-without-codes.src │ │ └── README.md │ ├── zigbee-motion-detector.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-curtain.src │ │ └── i18n │ │ │ └── messages.properties │ ├── ozom-smart-siren.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-multi-button.src │ │ └── i18n │ │ │ └── messages.properties │ ├── Orvibo-Contact-Sensor.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-co-sensor.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-non-holdable-button.src │ │ └── i18n │ │ │ └── messages.properties │ ├── orvibo-Moisture-Sensor.src │ │ └── i18n │ │ │ └── messages.properties │ ├── orvibo-gas-detector.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-smoke-sensor.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-valve.src │ │ └── i18n │ │ │ └── messages.properties │ ├── ezex-smart-electric-switch.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-power-meter.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-plugin-motion-sensor.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-scene-keypad.src │ │ └── i18n │ │ │ └── messages.properties │ ├── mobile-presence.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-metering-plug.src │ │ └── i18n │ │ │ └── messages.properties │ ├── zigbee-window-shade.src │ │ └── i18n │ │ │ └── messages.properties │ ├── ecolink-wireless-siren.src │ │ └── README.md │ ├── zwave-mouse-trap.src │ │ └── README.md │ ├── zwave-door-temp-sensor.src │ │ └── README.md │ ├── child-venetian-blind.src │ │ └── child-venetian-blind.groovy │ ├── eaton-accessory-dimmer.src │ │ └── README.md │ ├── unknown.src │ │ └── unknown.groovy │ ├── particulate-detector.src │ │ └── particulate-detector.groovy │ ├── zigbee-multi-switch.src │ │ └── i18n │ │ │ └── messages.properties │ ├── testing │ │ └── simulated-device-preferences.src │ │ │ └── i18n │ │ │ └── messages.properties │ ├── thing.src │ │ └── thing.groovy │ ├── child-color-control.src │ │ └── child-color-control.groovy │ ├── child-button.src │ │ └── child-button.groovy │ └── child-switch-multilevel.src │ │ └── child-switch-multilevel.groovy ├── zenwithin │ └── zen-thermostat.src │ │ └── .st-ignore ├── keen-home │ └── keen-home-smart-vent.src │ │ └── .st-ignore ├── fibargroup │ └── fibaro-door-window-sensor-zw5.src │ │ └── .st-ignore ├── samsungsds │ └── samsung-smart-doorlock.src │ │ ├── README.md │ │ └── i18n │ │ └── messages.properties ├── smartenit │ ├── iot8-z-child-contact-switch.src │ │ └── iot8-z-child-contact-switch.groovy │ └── iot8-z-child-analog-contact-switch.src │ │ └── iot8-z-child-analog-contact-switch.groovy └── capabilities │ └── water-sensor-capability.src │ └── water-sensor-capability.groovy ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── smartapps ├── smartthings │ ├── bose-soundtouch-control.src │ │ └── images │ │ │ ├── BoseST_icon.png │ │ │ ├── BoseST_icon@2x.png │ │ │ └── BoseST_icon@2x-1.png │ ├── severe-weather-alert.src │ │ └── i18n │ │ │ ├── zh-CN.properties │ │ │ ├── ko-KR.properties │ │ │ ├── en-GB.properties │ │ │ ├── en-US.properties │ │ │ ├── ar-AE.properties │ │ │ ├── no-NO.properties │ │ │ ├── th-TH.properties │ │ │ ├── fi-FI.properties │ │ │ ├── da-DK.properties │ │ │ ├── sv-SE.properties │ │ │ ├── et-EE.properties │ │ │ ├── tr-TR.properties │ │ │ ├── nl-NL.properties │ │ │ ├── pl-PL.properties │ │ │ ├── bg-BG.properties │ │ │ ├── cs-CZ.properties │ │ │ ├── sr-RS.properties │ │ │ ├── de-DE.properties │ │ │ ├── sq-AL.properties │ │ │ ├── ro-RO.properties │ │ │ ├── sk-SK.properties │ │ │ ├── sl-SI.properties │ │ │ ├── pt-PT.properties │ │ │ ├── hr-HR.properties │ │ │ ├── fr-CA.properties │ │ │ ├── ca-ES.properties │ │ │ ├── pt-BR.properties │ │ │ ├── es-MX.properties │ │ │ ├── fr-FR.properties │ │ │ ├── hu-HU.properties │ │ │ ├── it-IT.properties │ │ │ ├── es-ES.properties │ │ │ ├── ru-RU.properties │ │ │ └── el-GR.properties │ ├── keep-me-cozy-ii.src │ │ └── i18n │ │ │ ├── zh-CN.properties │ │ │ ├── ko-KR.properties │ │ │ ├── cs-CZ.properties │ │ │ ├── th-TH.properties │ │ │ ├── en-GB.properties │ │ │ ├── ar-AE.properties │ │ │ ├── no-NO.properties │ │ │ ├── sk-SK.properties │ │ │ ├── sl-SI.properties │ │ │ ├── fi-FI.properties │ │ │ ├── sr-RS.properties │ │ │ ├── sv-SE.properties │ │ │ ├── tr-TR.properties │ │ │ ├── et-EE.properties │ │ │ ├── da-DK.properties │ │ │ ├── en-US.properties │ │ │ ├── de-DE.properties │ │ │ └── pl-PL.properties │ └── thermostats.src │ │ └── i18n │ │ ├── zh-CN.properties │ │ └── ko-KR.properties ├── com-vinli-smartthings │ └── vinli-home-connect.src │ │ └── images │ │ ├── vinli_oauth_60.png │ │ └── vinli_oauth_120.png ├── dianoga │ └── co2-vent.src │ │ └── i18n │ │ ├── zh-CN.properties │ │ ├── ko-KR.properties │ │ ├── en-GB.properties │ │ ├── en-US.properties │ │ ├── th-TH.properties │ │ ├── no-NO.properties │ │ ├── cs-CZ.properties │ │ ├── pl-PL.properties │ │ ├── sr-RS.properties │ │ ├── sv-SE.properties │ │ ├── fi-FI.properties │ │ ├── sl-SI.properties │ │ ├── da-DK.properties │ │ ├── et-EE.properties │ │ ├── sk-SK.properties │ │ ├── tr-TR.properties │ │ ├── de-DE.properties │ │ ├── hr-HR.properties │ │ ├── hu-HU.properties │ │ ├── nl-NL.properties │ │ ├── sq-AL.properties │ │ ├── ar-AE.properties │ │ ├── bg-BG.properties │ │ ├── ca-ES.properties │ │ ├── it-IT.properties │ │ ├── es-MX.properties │ │ ├── fr-FR.properties │ │ ├── es-ES.properties │ │ ├── fr-CA.properties │ │ ├── pt-PT.properties │ │ ├── ro-RO.properties │ │ ├── pt-BR.properties │ │ ├── el-GR.properties │ │ └── ru-RU.properties ├── imbrianj │ ├── door-knocker.src │ │ └── i18n │ │ │ ├── zh-CN.properties │ │ │ ├── ko-KR.properties │ │ │ ├── en-GB.properties │ │ │ ├── en-US.properties │ │ │ ├── ar-AE.properties │ │ │ ├── th-TH.properties │ │ │ ├── pl-PL.properties │ │ │ ├── sv-SE.properties │ │ │ ├── no-NO.properties │ │ │ ├── et-EE.properties │ │ │ ├── cs-CZ.properties │ │ │ ├── tr-TR.properties │ │ │ ├── da-DK.properties │ │ │ ├── fi-FI.properties │ │ │ ├── hr-HR.properties │ │ │ ├── sq-AL.properties │ │ │ ├── sr-RS.properties │ │ │ ├── pt-BR.properties │ │ │ ├── sk-SK.properties │ │ │ ├── de-DE.properties │ │ │ ├── hu-HU.properties │ │ │ ├── sl-SI.properties │ │ │ ├── bg-BG.properties │ │ │ ├── nl-NL.properties │ │ │ ├── it-IT.properties │ │ │ ├── pt-PT.properties │ │ │ ├── ru-RU.properties │ │ │ ├── fr-CA.properties │ │ │ ├── ca-ES.properties │ │ │ ├── fr-FR.properties │ │ │ ├── ro-RO.properties │ │ │ ├── es-MX.properties │ │ │ ├── es-ES.properties │ │ │ └── el-GR.properties │ └── ready-for-rain.src │ │ └── i18n │ │ └── zh-CN.properties ├── lock-auto-super-enhanced │ └── enhanced-auto-lock-door.src │ │ └── i18n │ │ ├── zh-CN.properties │ │ └── ko-KR.properties └── dooglave │ └── let-there-be-dark.src │ └── let-there-be-dark.groovy ├── .gitignore ├── README.md ├── settings.gradle └── .githooks └── pre-commit /devicetypes/osotech/plantlink.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/drzwave/ezmultipli.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-siren.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/cree-bulb.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/plant-link.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-lock.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-key-fob.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-minimote.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor-6.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/arrival-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/dimmer-switch.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/econet-vent.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartalert-siren.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-button.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-dimmer.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-lock.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-rgb-bulb.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-switch.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-motion-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-switch.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/zenwithin/zen-thermostat.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/keen-home/keen-home-smart-vent.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/arrival-sensor-ha.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/everspring-flood-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-door-window-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/fortrezz-water-valve.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartpower-outlet.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-moisture.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-dimmer-power.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-rgbw-bulb.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-smoke-alarm.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-switch-generic.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-water-valve.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/fibargroup/fibaro-door-window-sensor-zw5.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor-gen5.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/nyce-open-closed-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-motion-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-multi-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/tyco-door-window-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-basic-smoke-alarm.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-door-window-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-garage-door-opener.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-moisture-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-open-closed-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-dimmer-switch-generic.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-temp-humidity-sensor.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/.st-ignore: -------------------------------------------------------------------------------- 1 | .st-ignore 2 | README.md 3 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-basic-heat-alarm.src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/devicetypes/smartthings/zwave-basic-heat-alarm.src/README.md -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-basic-smoke-alarm.src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/devicetypes/smartthings/zwave-basic-smoke-alarm.src/README.md -------------------------------------------------------------------------------- /smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon.png -------------------------------------------------------------------------------- /smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon@2x.png -------------------------------------------------------------------------------- /smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/smartapps/smartthings/bose-soundtouch-control.src/images/BoseST_icon@2x-1.png -------------------------------------------------------------------------------- /smartapps/com-vinli-smartthings/vinli-home-connect.src/images/vinli_oauth_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/smartapps/com-vinli-smartthings/vinli-home-connect.src/images/vinli_oauth_60.png -------------------------------------------------------------------------------- /smartapps/com-vinli-smartthings/vinli-home-connect.src/images/vinli_oauth_120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitch/SmartThingsPublic/master/smartapps/com-vinli-smartthings/vinli-home-connect.src/images/vinli_oauth_120.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Feb 25 08:56:06 CST 2016 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Eclipse files 2 | /.settings 3 | /.classpath 4 | /.project 5 | /eclipse/ 6 | /target-eclipse 7 | 8 | # IntelliJ files 9 | *.iws 10 | *.iml 11 | .idea 12 | /out 13 | *.ipr 14 | 15 | # Gradle files 16 | .gradletasknamecache 17 | .gradle/ 18 | 19 | # Mac OS files 20 | .DS_Store 21 | 22 | # Build files 23 | /build 24 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=在二氧化碳水平太高时打开开关 2 | '''CO2 Sensor'''=二氧化碳传感器 3 | '''Sensor'''=传感器 4 | '''CO2 Level'''=二氧化碳水平 5 | '''Ventilation Fan'''=通风扇 6 | '''Switches'''=开关 7 | '''Set for specific mode(s)'''=设置特定模式 8 | '''Assign a name'''=分配名称 9 | '''Tap to set'''=点击以设置 10 | '''Phone'''=电话号码 11 | '''Which?'''=哪个? 12 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.smartWeather.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Smart Weather", 3 | "attributes": { 4 | "lastUpdate": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "type": "string" 10 | } 11 | }, 12 | "additionalProperties": false, 13 | "required": [ 14 | "value" 15 | ] 16 | } 17 | } 18 | }, 19 | "commands": { 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.windDirection.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Wind Direction", 3 | "attributes": { 4 | "windVector": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "type": "string" 10 | } 11 | }, 12 | "additionalProperties": false, 13 | "required": [ 14 | "value" 15 | ] 16 | } 17 | } 18 | }, 19 | "commands": { 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.ultravioletDescription.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ultraviolet Description", 3 | "attributes": { 4 | "uvDescription": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "type": "string" 10 | } 11 | }, 12 | "additionalProperties": false, 13 | "required": [ 14 | "value" 15 | ] 16 | } 17 | } 18 | }, 19 | "commands": { 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-lock-without-codes.src/README.md: -------------------------------------------------------------------------------- 1 | # Danalock ZigBee 2 | 3 | Local Execution 4 | 5 | Works with: 6 | 7 | * [Danalock V3 858125000074](https://danalock.com/products/danalock-v3-smart-lock/) 8 | 9 | ## Table of contents 10 | 11 | * [Capabilities](#capabilities) 12 | * [Device Health](#device-health) 13 | 14 | ## Capabilities 15 | 16 | * **Configuration** 17 | * **Health Check** 18 | * **Sensor** 19 | * **Battery** 20 | * **Actuator** 21 | * **Lock** 22 | * **Refresh** 23 | 24 | ## Device Health 25 | * __122 min__ checkInterval 26 | 27 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=CO2 수준이 매우 높을 때 스위치를 켭니다 2 | '''CO2 Sensor'''=CO2 센서 3 | '''Sensor'''=센서 4 | '''CO2 Level'''=CO2 수준 5 | '''Ventilation Fan'''=환풍기 6 | '''Switches'''=스위치 7 | '''CO2 Vent'''=CO2 환기 8 | '''Set for specific mode(s)'''=특정 모드 설정 9 | '''Assign a name'''=이름 지정 10 | '''Tap to set'''=설정하려면 누르세요 11 | '''Phone'''=전화번호 12 | '''Which?'''=사용할 장치는? 13 | '''Add a name'''=이름 추가 14 | '''Tap to choose'''=눌러서 선택 15 | '''Choose an icon'''=아이콘 선택 16 | '''Next page'''=다음 페이지 17 | '''Text'''=텍스트 18 | '''Number'''=번호 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SmartThings Public GitHub Repo 2 | 3 | An official list of SmartApps and Device Types from SmartThings. 4 | 5 | Here are some links to help you get started coding right away: 6 | 7 | * [GitHub-specific Documentation](http://docs.smartthings.com/en/latest/tools-and-ide/github-integration.html) 8 | * [Full Documentation](http://docs.smartthings.com) 9 | * [IDE & Simulator](http://ide.smartthings.com) 10 | * [Community Forums](http://community.smartthings.com) 11 | 12 | Follow us on the web: 13 | 14 | * Twitter: http://twitter.com/smartthingsdev 15 | * Facebook: http://facebook.com/smartthingsdevelopers 16 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=在有人敲门但门没打开时报警。 2 | '''When Someone Knocks?'''=当有人敲门时? 3 | '''Where?'''=何处? 4 | '''But not when they open this door?'''=但不是在他们打开门时? 5 | '''Knock Delay (defaults to 5s)?'''=敲门延迟 (默认 5 秒)? 6 | '''How Long?'''=多长时间? 7 | '''Notifications'''=通知 8 | '''Send a push notification?'''=是否发送推送通知? 9 | '''Send a Text Message?'''=是否发送短信? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} 检测到敲门声。 11 | '''Set for specific mode(s)'''=设置特定模式 12 | '''Assign a name'''=分配名称 13 | '''Tap to set'''=点击以设置 14 | '''Phone'''=电话号码 15 | '''Which?'''=哪个? 16 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=在您所在区域为恶劣天气状况时获得推送通知。 2 | '''Note:'''=注意: 3 | '''Zip code'''=邮政编码 4 | '''Send notifications to'''=将通知发送至 5 | '''Phone Number 1'''=电话号码 1 6 | '''Phone Number 2'''=电话号码 2 7 | '''Phone Number 3'''=电话号码 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=天气预警!从 {{alert.date}} 到 {{alert.expires}} 的天气情况为 {{alert.description}} 9 | '''Set for specific mode(s)'''=设置特定模式 10 | '''Assign a name'''=分配名称 11 | '''Tap to set'''=点击以设置 12 | '''Phone'''=电话号码 13 | '''Which?'''=哪个? 14 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/en-GB.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Turn on a switch when CO₂ levels are too high 2 | '''CO2 Sensor'''=CO₂ Sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂ Level 5 | '''Ventilation Fan'''=Ventilation Fan 6 | '''Switches'''=Switches 7 | '''Set for specific mode(s)'''=Set for specific mode(s) 8 | '''Assign a name'''=Assign a name 9 | '''Tap to set'''=Tap to set 10 | '''Phone'''=Phone 11 | '''Which?'''=Which? 12 | '''Add a name'''=Add a name 13 | '''Tap to choose'''=Tap to choose 14 | '''Choose an icon'''=Choose an icon 15 | '''Next page'''=Next page 16 | '''Text'''=Text 17 | '''Number'''=Number 18 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/en-US.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Turn on a switch when CO2 levels are too high 2 | '''CO2 Sensor'''=CO2 Sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO2 Level 5 | '''Ventilation Fan'''=Ventilation Fan 6 | '''Switches'''=Switches 7 | '''CO2 Vent'''=CO2 Vent 8 | '''Set for specific mode(s)'''=Set for specific mode(s) 9 | '''Assign a name'''=Assign a name 10 | '''Tap to set'''=Tap to set 11 | '''Phone'''=Phone 12 | '''Which?'''=Which? 13 | '''Add a name'''=Add a name 14 | '''Tap to choose'''=Tap to choose 15 | '''Choose an icon'''=Choose an icon 16 | '''Next page'''=Next page 17 | '''Text'''=Text 18 | '''Number'''=Number 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/th-TH.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=เปิดสวิตช์เมื่อระดับ CO2 สูงเกินไป 2 | '''CO2 Sensor'''=เซ็นเซอร์ CO2 3 | '''Sensor'''=เซ็นเซอร์ 4 | '''CO2 Level'''=ระดับ CO2 5 | '''Ventilation Fan'''=พัดลมระบายอากาศ 6 | '''Switches'''=สวิตช์ 7 | '''CO2 Vent'''=ช่องระบาย CO2 8 | '''Set for specific mode(s)'''=ตั้งค่าสำหรับโหมดเฉพาะแล้ว 9 | '''Assign a name'''=กำหนดชื่อ 10 | '''Tap to set'''=แตะเพื่อตั้งค่า 11 | '''Phone'''=เบอร์โทรศัพท์ 12 | '''Which?'''=รายการใด 13 | '''Add a name'''=เพิ่มชื่อ 14 | '''Tap to choose'''=แตะเพื่อเลือก 15 | '''Choose an icon'''=เลือกไอคอน 16 | '''Next page'''=หน้าถัดไป 17 | '''Text'''=ข้อความ 18 | '''Number'''=หมายเลข 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.windSpeed.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Wind Speed", 3 | "attributes": { 4 | "wind": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "title": "PositiveNumber", 10 | "type": "number", 11 | "minimum": 0 12 | }, 13 | "unit": { 14 | "type": "string", 15 | "enum": ["KPH", "MPH"] 16 | } 17 | }, 18 | "additionalProperties": false, 19 | "required": [ 20 | "value", "unit" 21 | ] 22 | } 23 | } 24 | }, 25 | "commands": { 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/no-NO.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Slå på en bryter når CO₂-nivåene er for høye 2 | '''CO2 Sensor'''=CO₂-sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂-nivå 5 | '''Ventilation Fan'''=Ventilasjonsvifte 6 | '''Switches'''=Brytere 7 | '''CO2 Vent'''=CO2-ventil 8 | '''Set for specific mode(s)'''=Angi for bestemte moduser 9 | '''Assign a name'''=Tildel et navn 10 | '''Tap to set'''=Trykk for å angi 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Hvilken? 13 | '''Add a name'''=Legg til et navn 14 | '''Tap to choose'''=Trykk for å velge 15 | '''Choose an icon'''=Velg et ikon 16 | '''Next page'''=Neste side 17 | '''Text'''=Tekst 18 | '''Number'''=Nummer 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/cs-CZ.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Zapnout vypínač, když jsou úrovně CO₂ příliš vysoké 2 | '''CO2 Sensor'''=Snímač CO₂ 3 | '''Sensor'''=Snímač 4 | '''CO2 Level'''=Úroveň CO₂ 5 | '''Ventilation Fan'''=Ventilátor 6 | '''Switches'''=Přepínače 7 | '''CO2 Vent'''=Ventilace CO2 8 | '''Set for specific mode(s)'''=Nastavit pro konkrétní režimy 9 | '''Assign a name'''=Přiřadit název 10 | '''Tap to set'''=Nastavte klepnutím 11 | '''Phone'''=Telefonní číslo 12 | '''Which?'''=Který? 13 | '''Add a name'''=Přidejte název 14 | '''Tap to choose'''=Klepnutím zvolte 15 | '''Choose an icon'''=Zvolte ikonu 16 | '''Next page'''=Další stránka 17 | '''Text'''=Text 18 | '''Number'''=Číslo 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/pl-PL.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Włącz przełącznik, gdy poziom CO₂ będzie za wysoki 2 | '''CO2 Sensor'''=Czujnik CO₂ 3 | '''Sensor'''=Czujnik 4 | '''CO2 Level'''=Poziom CO₂ 5 | '''Ventilation Fan'''=Wentylator 6 | '''Switches'''=Przełączniki 7 | '''CO2 Vent'''=CO2 vent 8 | '''Set for specific mode(s)'''=Ustaw dla określonych trybów 9 | '''Assign a name'''=Przypisz nazwę 10 | '''Tap to set'''=Dotknij, aby ustawić 11 | '''Phone'''=Numer telefonu 12 | '''Which?'''=Który? 13 | '''Add a name'''=Dodaj nazwę 14 | '''Tap to choose'''=Dotknij, aby wybrać 15 | '''Choose an icon'''=Wybór ikony 16 | '''Next page'''=Następna strona 17 | '''Text'''=Tekst 18 | '''Number'''=Numer 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/sr-RS.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Uključi prekidač kada su nivoi CO₂ previsoki 2 | '''CO2 Sensor'''=Senzor CO₂ 3 | '''Sensor'''=Senzor 4 | '''CO2 Level'''=Nivo CO₂ 5 | '''Ventilation Fan'''=Ventilator 6 | '''Switches'''=Prekidači 7 | '''CO2 Vent'''=Ispust za CO2 8 | '''Set for specific mode(s)'''=Podesi za određene režime 9 | '''Assign a name'''=Dodeli ime 10 | '''Tap to set'''=Kucnite da biste podesili 11 | '''Phone'''=Broj telefona 12 | '''Which?'''=Koje? 13 | '''Add a name'''=Dodajte ime 14 | '''Tap to choose'''=Kucnite da biste izabrali 15 | '''Choose an icon'''=Izaberite ikonu 16 | '''Next page'''=Sledeća strana 17 | '''Text'''=Tekst 18 | '''Number'''=Broj 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/sv-SE.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Slå på en strömbrytare när CO₂-nivån är för hög 2 | '''CO2 Sensor'''=CO₂-sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂-nivå 5 | '''Ventilation Fan'''=Ventilationsfläkt 6 | '''Switches'''=Strömbrytare 7 | '''CO2 Vent'''=CO2-ventil 8 | '''Set for specific mode(s)'''=Ställ in för vissa lägen 9 | '''Assign a name'''=Ge ett namn 10 | '''Tap to set'''=Tryck för att ställa in 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Vilket? 13 | '''Add a name'''=Lägg till ett namn 14 | '''Tap to choose'''=Tryck för att välja 15 | '''Choose an icon'''=Välj en ikon 16 | '''Next page'''=Nästa sida 17 | '''Text'''=Text 18 | '''Number'''=Tal 19 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | /* 2 | * This settings file was auto generated by the Gradle buildInit task 3 | * by 'jblaisdell' at '2/25/16 8:56 AM' with Gradle 2.10 4 | * 5 | * The settings file is used to specify which projects to include in your build. 6 | * In a single project build this file can be empty or even removed. 7 | * 8 | * Detailed information about configuring a multi-project build in Gradle can be found 9 | * in the user guide at https://docs.gradle.org/2.10/userguide/multi_project_builds.html 10 | */ 11 | 12 | /* 13 | // To declare projects as part of a multi-project build use the 'include' method 14 | include 'shared' 15 | include 'api' 16 | include 'services:webservice' 17 | */ 18 | 19 | rootProject.name = 'SmartThingsPublic' 20 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/fi-FI.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Laita kytkin päälle, kun CO₂-tasot ovat liian korkeita 2 | '''CO2 Sensor'''=CO₂-tunnistin 3 | '''Sensor'''=Tunnistin 4 | '''CO2 Level'''=CO₂-taso 5 | '''Ventilation Fan'''=Tuuletin 6 | '''Switches'''=Kytkimet 7 | '''CO2 Vent'''=CO2-venttiili 8 | '''Set for specific mode(s)'''=Aseta tiettyjä tiloja varten 9 | '''Assign a name'''=Määritä nimi 10 | '''Tap to set'''=Aseta napauttamalla tätä 11 | '''Phone'''=Puhelinnumero 12 | '''Which?'''=Mikä? 13 | '''Add a name'''=Lisää nimi 14 | '''Tap to choose'''=Valitse napauttamalla 15 | '''Choose an icon'''=Valitse kuvake 16 | '''Next page'''=Seuraava sivu 17 | '''Text'''=Teksti 18 | '''Number'''=Numero 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/sl-SI.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Vklopi stikalo, ko so ravni CO₂ previsoke 2 | '''CO2 Sensor'''=Senzor CO₂ 3 | '''Sensor'''=Senzor 4 | '''CO2 Level'''=Raven CO₂ 5 | '''Ventilation Fan'''=Ventilator 6 | '''Switches'''=Stikala 7 | '''CO2 Vent'''=Zračnik za odvod CO2 8 | '''Set for specific mode(s)'''=Nastavi za določene načine 9 | '''Assign a name'''=Določi ime 10 | '''Tap to set'''=Pritisnite za nastavitev 11 | '''Phone'''=Telefonska številka 12 | '''Which?'''=Kateri? 13 | '''Add a name'''=Dodajte ime 14 | '''Tap to choose'''=Pritisnite za izbiro 15 | '''Choose an icon'''=Izberite ikono 16 | '''Next page'''=Naslednja stran 17 | '''Text'''=Besedilo 18 | '''Number'''=Številka 19 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=使您能够从温控器的单独空间内选择替代温度传感器。主要让您在您度过时间的地方而非温控器所在位置感到舒适。 2 | '''Choose thermostat...'''=选择温控器... 3 | '''Heat setting...'''=制热设置... 4 | '''Degrees'''=度 5 | '''Air conditioning setting...'''=空调设置... 6 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=选择性地选择要使用的温度传感器而不是温控器的... 7 | '''Temp Sensors'''=温度传感器 8 | '''Set for specific mode(s)'''=设置特定模式 9 | '''Assign a name'''=分配名称 10 | '''Tap to set'''=点击以设置 11 | '''Phone'''=电话号码 12 | '''Which?'''=哪个? 13 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/da-DK.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Tænd for en kontakt, når CO₂-niveauerne er for høje 2 | '''CO2 Sensor'''=CO₂-sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂-niveau 5 | '''Ventilation Fan'''=Ventilationsblæser 6 | '''Switches'''=Kontakter 7 | '''CO2 Vent'''=CO2-udluftning 8 | '''Set for specific mode(s)'''=Indstil til bestemt(e) tilstand(e) 9 | '''Assign a name'''=Tildel et navn 10 | '''Tap to set'''=Tryk for at indstille 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Hvilken? 13 | '''Add a name'''=Tilføj et navn 14 | '''Tap to choose'''=Tryk for at vælge 15 | '''Choose an icon'''=Vælg et ikon 16 | '''Next page'''=Næste side 17 | '''Text'''=Tekst 18 | '''Number'''=Nummer 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/et-EE.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Lülitab sisse lüliti, kui CO2 tasemed on liiga kõrgel 2 | '''CO2 Sensor'''=CO2 andur 3 | '''Sensor'''=Andur 4 | '''CO2 Level'''=CO2 tase 5 | '''Ventilation Fan'''=Ventilaator 6 | '''Switches'''=Lülitid 7 | '''CO2 Vent'''=CO2 ventilatsiooniava 8 | '''Set for specific mode(s)'''=Valige konkreetne režiim / konkreetsed režiimid 9 | '''Assign a name'''=Määrake nimi 10 | '''Tap to set'''=Toksake, et määrata 11 | '''Phone'''=Telefoninumber 12 | '''Which?'''=Milline? 13 | '''Add a name'''=Lisa nimi 14 | '''Tap to choose'''=Toksake, et valida 15 | '''Choose an icon'''=Vali ikoon 16 | '''Next page'''=Järgmine leht 17 | '''Text'''=Tekst 18 | '''Number'''=Number 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/sk-SK.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Zapnúť vypínač pri príliš vysokých úrovniach CO₂ 2 | '''CO2 Sensor'''=Senzor CO₂ 3 | '''Sensor'''=Senzor 4 | '''CO2 Level'''=Úroveň CO₂ 5 | '''Ventilation Fan'''=Ventilačný ventilátor 6 | '''Switches'''=Vypínače 7 | '''CO2 Vent'''=Vetranie CO2 8 | '''Set for specific mode(s)'''=Nastaviť pre konkrétne režimy 9 | '''Assign a name'''=Priradiť názov 10 | '''Tap to set'''=Ťuknutím môžete nastaviť 11 | '''Phone'''=Telefónne číslo 12 | '''Which?'''=Ktorý? 13 | '''Add a name'''=Pridajte názov 14 | '''Tap to choose'''=Ťuknutím vyberte 15 | '''Choose an icon'''=Vyberte ikonu 16 | '''Next page'''=Nasledujúca strana 17 | '''Text'''=Text 18 | '''Number'''=Číslo 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/tr-TR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=CO2 seviyeleri çok yüksek olduğunda bir anahtarı açar 2 | '''CO2 Sensor'''=CO2 Sensörü 3 | '''Sensor'''=Sensör 4 | '''CO2 Level'''=CO2 Seviyesi 5 | '''Ventilation Fan'''=Havalandırma Fanı 6 | '''Switches'''=Anahtarlar 7 | '''CO2 Vent'''=CO2 havalandırması 8 | '''Set for specific mode(s)'''=Belirli modlar belirleyin 9 | '''Assign a name'''=İsim atayın 10 | '''Tap to set'''=Ayarlamak için dokunun 11 | '''Phone'''=Telefon Numarası 12 | '''Which?'''=Hangisi? 13 | '''Add a name'''=Bir isim ekle 14 | '''Tap to choose'''=Seçmek için dokun 15 | '''Choose an icon'''=Bir simge seç 16 | '''Next page'''=Sonraki Sayfa 17 | '''Text'''=Metin 18 | '''Number'''=Numara 19 | -------------------------------------------------------------------------------- /.githooks/pre-commit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ERROR_COUNT=0 4 | while IFS= read -r DTH; do 5 | echo "Verifying $DTH" 6 | ERRORS=$(groovyc $DTH 2>&1 | grep ".groovy:") 7 | # echo $ERRORS 8 | IMPORTANT_ERRORS=$(echo $ERRORS | grep -v "unable") 9 | if [[ ${#IMPORTANT_ERRORS} -eq 0 ]]; then 10 | echo "No disqualifying compilation errors found" 11 | else 12 | echo "$DTH failed to compile, run groovyc on your source file for the full error: $ERRORS" 13 | ERROR_COUNT=$((ERROR_COUNT + 1)) 14 | fi 15 | echo "=======================================================================" 16 | done < <(git diff --cached --name-only | grep .*.groovy) 17 | 18 | if [[ $ERROR_COUNT -gt 0 ]]; then 19 | echo "rejected" && exit 1 20 | else 21 | exit 0 22 | fi -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/de-DE.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Einen Steuerbefehl aktivieren, wenn der CO₂-Pegel zu hoch ist 2 | '''CO2 Sensor'''=CO₂-Sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂-Pegel 5 | '''Ventilation Fan'''=Belüftungslüfter 6 | '''Switches'''=Schalter 7 | '''CO2 Vent'''=CO2-Abzug 8 | '''Set for specific mode(s)'''=Für bestimmte Modi festlegen 9 | '''Assign a name'''=Einen Namen zuweisen 10 | '''Tap to set'''=Zum Festlegen tippen 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Welcher? 13 | '''Add a name'''=Einen Namen hinzufügen 14 | '''Tap to choose'''=Zur Auswahl tippen 15 | '''Choose an icon'''=Symbolauswahl 16 | '''Next page'''=Nächste Seite 17 | '''Text'''=Text 18 | '''Number'''=Nummer 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/hr-HR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Uključi prekidač kada su razine CO₂ previsoke 2 | '''CO2 Sensor'''=Senzor CO₂ 3 | '''Sensor'''=Senzor 4 | '''CO2 Level'''=Razina CO₂ 5 | '''Ventilation Fan'''=Ventilator 6 | '''Switches'''=Prekidači 7 | '''CO2 Vent'''=Provjetravanje CO2 8 | '''Set for specific mode(s)'''=Postavi za određeni način rada (ili više njih) 9 | '''Assign a name'''=Dodijeli naziv 10 | '''Tap to set'''=Dodirnite za postavljanje 11 | '''Phone'''=Telefonski broj 12 | '''Which?'''=Koji? 13 | '''Add a name'''=Dodajte naziv 14 | '''Tap to choose'''=Dodirnite za odabir 15 | '''Choose an icon'''=Odaberite ikonu 16 | '''Next page'''=Sljedeća stranica 17 | '''Text'''=Tekst 18 | '''Number'''=Broj 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/hu-HU.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Kapcsoló bekapcsolása, amikor túl magas a CO₂-szint 2 | '''CO2 Sensor'''=CO₂-érzékelő 3 | '''Sensor'''=Érzékelő 4 | '''CO2 Level'''=CO₂-szint 5 | '''Ventilation Fan'''=Ventilátor 6 | '''Switches'''=Kapcsolók 7 | '''CO2 Vent'''=CO2-szellőztető 8 | '''Set for specific mode(s)'''=Beállítás adott mód(ok)hoz 9 | '''Assign a name'''=Név hozzárendelése 10 | '''Tap to set'''=Érintse meg a beállításhoz 11 | '''Phone'''=Telefonszám 12 | '''Which?'''=Melyik? 13 | '''Add a name'''=Név hozzáadása 14 | '''Tap to choose'''=Érintse meg a kiválasztáshoz 15 | '''Choose an icon'''=Ikon kiválasztása 16 | '''Next page'''=Következő oldal 17 | '''Text'''=Szöveg 18 | '''Number'''=Szám 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-motion-detector.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Chinese 15 | '''HEIMAN Motion Sensor'''.zh-cn=海曼人体红外传感器 16 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/nl-NL.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Schakelaar inschakelen als CO₂-niveaus te hoog worden 2 | '''CO2 Sensor'''=CO₂-sensor 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=CO₂-niveau 5 | '''Ventilation Fan'''=Ventilator 6 | '''Switches'''=Schakelaars 7 | '''CO2 Vent'''=CO2-ventilatie 8 | '''Set for specific mode(s)'''=Instellen voor specifieke stand(en) 9 | '''Assign a name'''=Een naam toewijzen 10 | '''Tap to set'''=Tik om in te stellen 11 | '''Phone'''=Telefoonnummer 12 | '''Which?'''=Welke? 13 | '''Add a name'''=Een naam toevoegen 14 | '''Tap to choose'''=Tik om te kiezen 15 | '''Choose an icon'''=Een pictogram kiezen 16 | '''Next page'''=Volgende pagina 17 | '''Text'''=Tekst 18 | '''Number'''=Nummer 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-curtain.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Wistar Curtain Motor(CMJ)'''.zh-cn=威仕达开合帘电机(CMJ) 17 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/sq-AL.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Ndiz një çelës kur nivelet e CO₂ janë tepër të larta 2 | '''CO2 Sensor'''=Sensori CO₂ 3 | '''Sensor'''=Sensori 4 | '''CO2 Level'''=Niveli CO₂ 5 | '''Ventilation Fan'''=Ventilatori i ajrimit 6 | '''Switches'''=Çelësat 7 | '''CO2 Vent'''=Vrima e ajrimit për CO2 8 | '''Set for specific mode(s)'''=Cilëso për regjim(e) specifik(e) 9 | '''Assign a name'''=Vëri një emër 10 | '''Tap to set'''=Trokit për ta cilësuar 11 | '''Phone'''=Numri i telefonit 12 | '''Which?'''=Çfarë? 13 | '''Add a name'''=Shto një emër 14 | '''Tap to choose'''=Trokit për të zgjedhur 15 | '''Choose an icon'''=Zgjidh një ikonë 16 | '''Next page'''=Faqja pasuese 17 | '''Text'''=Tekst 18 | '''Number'''=Numër 19 | -------------------------------------------------------------------------------- /devicetypes/samsungsds/samsung-smart-doorlock.src/README.md: -------------------------------------------------------------------------------- 1 | # Samsung SDS ZigBee doorlock 2 | 3 | Local Execution 4 | 5 | Works with: 6 | 7 | * [SHP-DP728](https://smarthome.samsungsds.com/doorlock/product/view?prdId=2&searchWord=&searchPrdType=SD&searchCateId1=4&searchCateId2=0&locale=cn) 8 | * [SHP-DP738](https://smarthome.samsungsds.com/doorlock/product/view?prdId=32&searchWord=&searchPrdType=SD&searchCateId1=4&searchCateId2=0&locale=cn) 9 | 10 | ## Table of contents 11 | 12 | * [Capabilities](#capabilities) 13 | * [Device Health](#device-health) 14 | 15 | ## Capabilities 16 | 17 | * **Configuration** 18 | * **Health Check** 19 | * **Battery** 20 | * **Actuator** 21 | * **Lock** 22 | * **Refresh** 23 | 24 | ## Device Health 25 | * __122 min__ checkInterval 26 | 27 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-dimmer.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Light'''.zh-cn=智能球泡灯 17 | '''Smart Bulb'''.zh-cn=智能球泡灯 18 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/ar-AE.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=تشغيل مفتاح تبديل عندما تكون مستويات ثاني أكسيد الكربون عالية جداً 2 | '''CO2 Sensor'''=مستشعر ثاني أكسيد الكربون 3 | '''Sensor'''=المستشعر 4 | '''CO2 Level'''=مستوى ثاني أكسيد الكربون 5 | '''Ventilation Fan'''=مروحة التهوية 6 | '''Switches'''=مفاتيح التبديل 7 | '''CO2 Vent'''=تهوية ثنائي أكسيد الكربون 8 | '''Set for specific mode(s)'''=ضبط لوضع محدد (أوضاع محددة) 9 | '''Assign a name'''=تعيين اسم 10 | '''Tap to set'''=النقر للضبط 11 | '''Phone'''=رقم الهاتف 12 | '''Which?'''=أي مستشعر؟ 13 | '''Add a name'''=إضافة اسم 14 | '''Tap to choose'''=النقر للاختيار 15 | '''Choose an icon'''=اختيار رمز 16 | '''Next page'''=الصفحة التالية 17 | '''Text'''=النص 18 | '''Number'''=الرقم 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/bg-BG.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Включване на превключвател, когато нивата на CO₂ са твърде високи 2 | '''CO2 Sensor'''=Сензор за CO₂ 3 | '''Sensor'''=Сензор 4 | '''CO2 Level'''=Ниво на CO₂ 5 | '''Ventilation Fan'''=Вентилатор 6 | '''Switches'''=Превключватели 7 | '''CO2 Vent'''=Вентилационен отвор за CO2 8 | '''Set for specific mode(s)'''=Зададено за конкретни режими 9 | '''Assign a name'''=Назначаване на име 10 | '''Tap to set'''=Докосване за задаване 11 | '''Phone'''=Телефонен номер 12 | '''Which?'''=Кое? 13 | '''Add a name'''=Добавяне на име 14 | '''Tap to choose'''=Докосване за избор 15 | '''Choose an icon'''=Избор на икона 16 | '''Next page'''=Следваща страница 17 | '''Text'''=Текст 18 | '''Number'''=Номер 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/ca-ES.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Acende un interruptor cando os niveis de CO₂ sexan demasiado elevados 2 | '''CO2 Sensor'''=Sensor de CO₂ 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=Nivel de CO₂ 5 | '''Ventilation Fan'''=Ventilador 6 | '''Switches'''=Interruptores 7 | '''CO2 Vent'''=Conduto de CO2 8 | '''Set for specific mode(s)'''=Definir para modos específicos 9 | '''Assign a name'''=Asignar un nome 10 | '''Tap to set'''=Toca aquí para definir 11 | '''Phone'''=Número de teléfono 12 | '''Which?'''=Cal? 13 | '''Add a name'''=Engade un nome 14 | '''Tap to choose'''=Toca para escoller 15 | '''Choose an icon'''=Escolle unha icona 16 | '''Next page'''=Páxina seguinte 17 | '''Text'''=Texto 18 | '''Number'''=Número 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/it-IT.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Accendi un interruttore quando i livelli di CO₂ sono troppo alti 2 | '''CO2 Sensor'''=Sensore di CO₂ 3 | '''Sensor'''=Sensore 4 | '''CO2 Level'''=Livello di CO₂ 5 | '''Ventilation Fan'''=Ventilatore 6 | '''Switches'''=Interruttori 7 | '''CO2 Vent'''=Ventola CO2 8 | '''Set for specific mode(s)'''=Imposta per modalità specifiche 9 | '''Assign a name'''=Assegna nome 10 | '''Tap to set'''=Toccate per impostare 11 | '''Phone'''=Numero di telefono 12 | '''Which?'''=Quale? 13 | '''Add a name'''=Aggiungete un nome 14 | '''Tap to choose'''=Toccate per scegliere 15 | '''Choose an icon'''=Scegliete un’icona 16 | '''Next page'''=Pagina successiva 17 | '''Text'''=Testo 18 | '''Number'''=Numero 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/es-MX.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Encender un interruptor cuando los niveles de CO₂ son demasiado altos 2 | '''CO2 Sensor'''=Sensor de CO₂ 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=Nivel de CO₂ 5 | '''Ventilation Fan'''=Ventilador 6 | '''Switches'''=Interruptores 7 | '''CO2 Vent'''=Ventilación para CO2 8 | '''Set for specific mode(s)'''=Definir para modos específicos 9 | '''Assign a name'''=Asignar un nombre 10 | '''Tap to set'''=Pulsar para definir 11 | '''Phone'''=Número de teléfono 12 | '''Which?'''=¿Cuál? 13 | '''Add a name'''=Añadir un nombre 14 | '''Tap to choose'''=Pulsar para elegir 15 | '''Choose an icon'''=Elegir un ícono 16 | '''Next page'''=Página siguiente 17 | '''Text'''=Texto 18 | '''Number'''=Número 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/fr-FR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Activer un interrupteur lorsque les niveaux de CO₂ sont trop élevés 2 | '''CO2 Sensor'''=Capteur de CO₂ 3 | '''Sensor'''=Capteur 4 | '''CO2 Level'''=Niveau de CO₂ 5 | '''Ventilation Fan'''=Ventilateur 6 | '''Switches'''=Interrupteurs 7 | '''CO2 Vent'''=Ventilation 8 | '''Set for specific mode(s)'''=Réglage pour mode(s) spécifique(s) 9 | '''Assign a name'''=Attribuer un nom 10 | '''Tap to set'''=Appuyez pour définir 11 | '''Phone'''=Numéro de téléphone 12 | '''Which?'''=Lequel ? 13 | '''Add a name'''=Ajouter un nom 14 | '''Tap to choose'''=Appuyer pour choisir 15 | '''Choose an icon'''=Choisir une icône 16 | '''Next page'''=Page suivante 17 | '''Text'''=Texte 18 | '''Number'''=Nombre 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/es-ES.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Encender un interruptor cuando los niveles de CO₂ son demasiado altos 2 | '''CO2 Sensor'''=Sensor de CO₂ 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=Nivel de CO₂ 5 | '''Ventilation Fan'''=Ventilador 6 | '''Switches'''=Interruptores 7 | '''CO2 Vent'''=Ventilación CO2 8 | '''Set for specific mode(s)'''=Establecer para modo(s) específico(s) 9 | '''Assign a name'''=Asignar un nombre 10 | '''Tap to set'''=Pulsa para configurar 11 | '''Phone'''=Número de teléfono 12 | '''Which?'''=¿Qué? 13 | '''Add a name'''=Añadir un nombre 14 | '''Tap to choose'''=Pulsar para elegir 15 | '''Choose an icon'''=Elegir un icono 16 | '''Next page'''=Página siguiente 17 | '''Text'''=Texto 18 | '''Number'''=Número 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/fr-CA.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Allumer un interrupteur lorsque les niveaux de CO₂ sont trop élevés 2 | '''CO2 Sensor'''=Détecteur de CO₂ 3 | '''Sensor'''=Détecteur 4 | '''CO2 Level'''=Niveau de CO₂ 5 | '''Ventilation Fan'''=Ventilateur 6 | '''Switches'''=Interrupteurs 7 | '''CO2 Vent'''=CO2 vent 8 | '''Set for specific mode(s)'''=Régler pour un ou des mode(s) spécifique(s) 9 | '''Assign a name'''=Assigner un nom 10 | '''Tap to set'''=Toucher pour régler 11 | '''Phone'''=Numéro de téléphone 12 | '''Which?'''=Lequel? 13 | '''Add a name'''=Ajouter un nom 14 | '''Tap to choose'''=Toucher pour choisir 15 | '''Choose an icon'''=Choisir une icône 16 | '''Next page'''=Page suivante 17 | '''Text'''=Texte 18 | '''Number'''=Numéro 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/pt-PT.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Ligar um interruptor quando os níveis de CO₂ estiverem demasiado altos 2 | '''CO2 Sensor'''=Sensor de CO₂ 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=Nível de CO₂ 5 | '''Ventilation Fan'''=Ventoinha de Ventilação 6 | '''Switches'''=Interruptores 7 | '''CO2 Vent'''=CO2 vent 8 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 9 | '''Assign a name'''=Atribuir um nome 10 | '''Tap to set'''=Tocar para definir 11 | '''Phone'''=Número de Telefone 12 | '''Which?'''=Qual? 13 | '''Add a name'''=Adicionar um nome 14 | '''Tap to choose'''=Tocar para escolher 15 | '''Choose an icon'''=Escolher um ícone 16 | '''Next page'''=Página seguinte 17 | '''Text'''=Texto 18 | '''Number'''=Número 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/ro-RO.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Porniți un comutator atunci când nivelurile de CO₂ sunt prea ridicate 2 | '''CO2 Sensor'''=Senzor de CO₂ 3 | '''Sensor'''=Senzor 4 | '''CO2 Level'''=Nivel CO₂ 5 | '''Ventilation Fan'''=Ventilator aerisire 6 | '''Switches'''=Comutatoare 7 | '''CO2 Vent'''=Aerisire CO2 8 | '''Set for specific mode(s)'''=Setați pentru anumite moduri 9 | '''Assign a name'''=Atribuiți un nume 10 | '''Tap to set'''=Atingeți pentru a seta 11 | '''Phone'''=Număr de telefon 12 | '''Which?'''=Care? 13 | '''Add a name'''=Adăugați un nume 14 | '''Tap to choose'''=Atingeți pentru a selecta 15 | '''Choose an icon'''=Selectați o pictogramă 16 | '''Next page'''=Pagina următoare 17 | '''Text'''=Text 18 | '''Number'''=Număr 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/pt-BR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Ligar um interruptor quando os níveis de CO₂ estiverem muito altos 2 | '''CO2 Sensor'''=Sensor de CO₂ 3 | '''Sensor'''=Sensor 4 | '''CO2 Level'''=Nível de CO₂ 5 | '''Ventilation Fan'''=Ventoinha de ventilação 6 | '''Switches'''=Interruptores 7 | '''CO2 Vent'''=Ventilação de CO2 8 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 9 | '''Assign a name'''=Atribuir um nome 10 | '''Tap to set'''=Toque para definir 11 | '''Phone'''=Número de telefone 12 | '''Which?'''=Qual? 13 | '''Add a name'''=Adicione um nome 14 | '''Tap to choose'''=Toque para escolher 15 | '''Choose an icon'''=Escolha um ícone 16 | '''Next page'''=Próxima página 17 | '''Text'''=Texto 18 | '''Number'''=Número 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/ozom-smart-siren.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Siren'''.zh-cn=海曼智能声光报警器 17 | '''HEIMAN Smart Siren'''.zh-cn=海曼智能声光报警器 18 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-multi-button.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Chinese 15 | '''HEIMAN Remote Control'''.zh-cn=海曼情景开关 16 | '''HEIMAN Scene Keypad'''.zh-cn=海曼情景开关 17 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/el-GR.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Ενεργοποίηση διακόπτη όταν τα επίπεδα CO₂ είναι πολύ υψηλά 2 | '''CO2 Sensor'''=Αισθητήρας CO₂ 3 | '''Sensor'''=Αισθητήρας 4 | '''CO2 Level'''=Επίπεδο CO₂ 5 | '''Ventilation Fan'''=Ανεμιστήρας εξαερισμού 6 | '''Switches'''=Διακόπτες 7 | '''CO2 Vent'''=Αεραγωγός CO2 8 | '''Set for specific mode(s)'''=Ορισμός για συγκεκριμένες λειτουργίες 9 | '''Assign a name'''=Αντιστοίχιση ονόματος 10 | '''Tap to set'''=Πατήστε για ρύθμιση 11 | '''Phone'''=Αριθμός τηλεφώνου 12 | '''Which?'''=Ποιος; 13 | '''Add a name'''=Προσθέστε ένα όνομα 14 | '''Tap to choose'''=Πατήστε για επιλογή 15 | '''Choose an icon'''=Επιλέξτε ένα εικονίδιο 16 | '''Next page'''=Επόμενη σελίδα 17 | '''Text'''=Κείμενο 18 | '''Number'''=Αριθμός 19 | -------------------------------------------------------------------------------- /smartapps/dianoga/co2-vent.src/i18n/ru-RU.properties: -------------------------------------------------------------------------------- 1 | '''Turn on a switch when CO2 levels are too high'''=Включение переключателя при превышении уровня CO2 2 | '''CO2 Sensor'''=Датчик CO2 3 | '''Sensor'''=Датчик 4 | '''CO2 Level'''=Уровень CO2 5 | '''Ventilation Fan'''=Вытяжной вентилятор 6 | '''Switches'''=Переключатели 7 | '''CO2 Vent'''=Управление вентиляцией 8 | '''Set for specific mode(s)'''=Установить для определенного режима (режимов) 9 | '''Assign a name'''=Назначить название 10 | '''Tap to set'''=Коснитесь, чтобы установить 11 | '''Phone'''=Номер телефона 12 | '''Which?'''=Который? 13 | '''Add a name'''=Добавить название 14 | '''Tap to choose'''=Коснитесь, чтобы выбрать 15 | '''Choose an icon'''=Выбрать значок 16 | '''Next page'''=Следующая страница 17 | '''Text'''=Текст 18 | '''Number'''=Номер 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.precipitation.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Precipitation", 3 | "attributes": { 4 | "percentPrecip": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "title": "IntegerPercent", 10 | "type": "integer", 11 | "minimum": 0, 12 | "maximum": 100 13 | }, 14 | "unit": { 15 | "type": "string", 16 | "enum": [ 17 | "%" 18 | ], 19 | "default": "%" 20 | } 21 | }, 22 | "additionalProperties": false, 23 | "required": [ 24 | "value" 25 | ] 26 | } 27 | } 28 | }, 29 | "commands": { 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /devicetypes/smartthings/Orvibo-Contact-Sensor.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Open/Closed Sensor'''.zh-cn=海曼门窗传感器 17 | '''HEIMAN Door Sensor'''.zh-cn=海曼门窗传感器 18 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-co-sensor.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Carbon Monoxide Sensor'''.zh-cn=海曼一氧化碳报警器 17 | '''HEIMAN CO Sensor'''.zh-cn=海曼一氧化碳报警器 18 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-non-holdable-button.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Button'''.zh-cn=海曼智能紧急按钮 17 | '''HEIMAN Emergency Button'''.zh-cn=海曼智能紧急按钮 18 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.apparentTemperature.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Apparent Temperature", 3 | "attributes": { 4 | "feelsLike": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "title": "TemperatureValue", 10 | "type": "number", 11 | "minimum": -460, 12 | "maximum": 10000 13 | }, 14 | "unit": { 15 | "type": "string", 16 | "enum": [ 17 | "F", 18 | "C" 19 | ] 20 | } 21 | }, 22 | "additionalProperties": false, 23 | "required": [ 24 | "value", 25 | "unit" 26 | ] 27 | } 28 | } 29 | }, 30 | "commands": { 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.weatherAlert.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Weather Alert", 3 | "attributes": { 4 | "alert": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "type": "string" 10 | } 11 | }, 12 | "additionalProperties": false, 13 | "required": [ 14 | "value" 15 | ] 16 | } 17 | }, 18 | "alertKeys": { 19 | "schema": { 20 | "type": "object", 21 | "properties": { 22 | "value": { 23 | "type": "string" 24 | } 25 | }, 26 | "additionalProperties": false, 27 | "required": [ 28 | "value" 29 | ] 30 | } 31 | } 32 | }, 33 | "commands": { 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /devicetypes/smartthings/orvibo-Moisture-Sensor.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Water Leak Sensor'''.zh-cn=海曼水浸探测器(HS3WL-E) 17 | '''HEIMAN Water Leakage Sensor (HS3WL-E)'''.zh-cn=海曼水浸探测器(HS3WL-E) 18 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/capability.stsmartweather.weatherSummary.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Weather Summary", 3 | "attributes": { 4 | "weather": { 5 | "schema": { 6 | "type": "object", 7 | "properties": { 8 | "value": { 9 | "type": "string" 10 | } 11 | }, 12 | "additionalProperties": false, 13 | "required": [ 14 | "value" 15 | ] 16 | } 17 | }, 18 | "weatherIcon": { 19 | "schema": { 20 | "type": "object", 21 | "properties": { 22 | "value": { 23 | "type": "string" 24 | } 25 | }, 26 | "additionalProperties": false, 27 | "required": [ 28 | "value" 29 | ] 30 | } 31 | } 32 | }, 33 | "commands": { 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /devicetypes/smartthings/orvibo-gas-detector.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Gas Detector (HS3CG)'''.zh-cn=海曼燃气报警器(HS3CG) 17 | '''HEIMAN Gas Detector'''.zh-cn=海曼燃气报警器(HS3CG) 18 | '''Orvibo Gas Detector'''.zh-cn=欧瑞博 可燃气体报警器(SG21) -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-smoke-sensor.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Smoke Sensor (HS1SA-E)'''.zh-cn=海曼烟雾报警器 17 | '''HEIMAN Smoke Sensor (HS3SA)'''.zh-cn=海曼烟雾报警器(HS3SA) 18 | '''Orvibo Smoke Detector'''.zh-cn=欧瑞博 烟雾报警器(SF21) -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-valve.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Valve'''.ko=스마트 가스중간밸브 차단기 17 | '''Smart Gas Valve Actuator'''.ko=스마트 가스중간밸브 차단기 18 | #============================================================================== 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/ezex-smart-electric-switch.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''eZEX Switch'''.ko=스마트 전자식 스위치 17 | '''Smart Electric Switch'''.ko=스마트 전자식 스위치 18 | #============================================================================== 19 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-power-meter.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Energy Monitor'''.ko=스마트 에너지미터(CT형) 17 | '''Smart Sub-meter(CT Type)'''.ko=스마트 에너지미터(CT형) 18 | #============================================================================== 19 | -------------------------------------------------------------------------------- /devicetypes/samsungsds/samsung-smart-doorlock.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Samsung Door Lock'''.zh-cn=SDS联网型智能锁 17 | '''Samsung Smart Doorlock'''.zh-cn=SDS联网型智能锁 18 | 19 | # Korean (ko) 20 | '''Samsung Door Lock'''.ko=삼성 스마트 도어락 21 | '''Samsung Smart Doorlock'''.ko=삼성 스마트 도어락 22 | 23 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-plugin-motion-sensor.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2016 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''eZEX Motion Sensor'''.ko=스마트 재실센서 17 | '''Smart Occupancy Sensor (AC Type)'''.ko=스마트 재실센서 18 | #============================================================================== 19 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=문을 두드렸지만 열리지 않았을 때 경고합니다. 2 | '''When Someone Knocks?'''=문을 두드리는 시간은? 3 | '''Where?'''=위치는? 4 | '''But not when they open this door?'''=문이 열리지 않았을 때는? 5 | '''Knock Delay (defaults to 5s)?'''=두드림 지연 시간(기본값 5초)은? 6 | '''How Long?'''=지속 시간은? 7 | '''Notifications'''=알림 8 | '''Send a push notification?'''=푸시 알림을 보낼까요? 9 | '''Send a Text Message?'''=문자 메시지를 보낼까요? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}}에서 두드림을 감지했습니다. 11 | '''Door Knocker'''=도어 노크 12 | '''Set for specific mode(s)'''=특정 모드 설정 13 | '''Assign a name'''=이름 지정 14 | '''Tap to set'''=설정하려면 누르세요 15 | '''Phone'''=전화번호 16 | '''Which?'''=사용할 장치는? 17 | '''Yes'''=예 18 | '''No'''=아니요 19 | '''Choose Modes'''=모드 선택 20 | '''Add a name'''=이름 추가 21 | '''Tap to choose'''=눌러서 선택 22 | '''Choose an icon'''=아이콘 선택 23 | '''Next page'''=다음 페이지 24 | '''Text'''=텍스트 25 | '''Number'''=번호 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=현재 지역에서 악천후가 발생하면 푸시 알림을 받습니다. 2 | '''Note:'''=알아두기: 3 | '''Zip code'''=우편번호 4 | '''Send notifications to'''=다음으로 알림 보내기 5 | '''Phone Number 1'''=전화번호 1 6 | '''Phone Number 2'''=전화번호 2 7 | '''Phone Number 3'''=전화번호 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=날씨 알림! {{alert.date}}부터 {{alert.expires}}까지 {{alert.description}} 9 | '''Severe Weather Alert'''=악천후 알림 10 | '''Set for specific mode(s)'''=특정 모드 설정 11 | '''Assign a name'''=이름 지정 12 | '''Tap to set'''=설정하려면 누르세요 13 | '''Phone'''=전화번호 14 | '''Which?'''=사용할 장치는? 15 | '''Choose Modes'''=모드 선택 16 | '''Set your location'''=위치 설정 17 | '''Away'''=외출 18 | '''Home'''=귀가 19 | '''Night'''=취침 20 | '''Add a name'''=이름 추가 21 | '''Tap to choose'''=눌러서 선택 22 | '''Choose an icon'''=아이콘 선택 23 | '''Next page'''=다음 페이지 24 | '''Text'''=텍스트 25 | '''Number'''=번호 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-scene-keypad.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HEIMAN Remote Control'''.zh-cn=海曼情景开关 17 | '''HEIMAN Scene Keypad'''.zh-cn=海曼情景开关 18 | '''ORVIBO Remote Control'''.zh-cn=欧瑞博情景开关 19 | '''ORVIBO Scene Keypad'''.zh-cn=欧瑞博情景开关 20 | '''GDKES Remote Control'''.zh-cn=粤奇胜情景开关 21 | '''GDKES Scene Keypad'''.zh-cn=粤奇胜情景开关 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/mobile-presence.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2016 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Give your device a name'''.ko=기기 이름 설정 17 | '''Set Device Image'''.ko=기기 이미지 설정 18 | # Events / Notifications 19 | '''{{ linkText }} has left'''.ko={{ linkText }} 외출 20 | '''{{ linkText }} has arrived'''.ko={{ linkText }} 귀가 21 | '''present'''.ko=집안 22 | '''not present'''.ko=외출 23 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-metering-plug.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''HONYAR Outlet'''.zh-cn=鸿雁智能插座 (USB) 17 | '''HONYAR Outlet (USB)'''.zh-cn=鸿雁智能插座 (USB) 18 | '''HONYAR Smart Outlet (USB)'''.zh-cn=鸿雁智能插座 (USB) 19 | '''HONYAR Outlet'''.zh-cn=鸿雁智能插座 20 | '''HONYAR Smart Outlet'''.zh-cn=鸿雁智能插座 21 | '''HEIMAN Outlet'''.zh-cn=海曼智能墙面插座 22 | '''HEIMAN Smart Outlet'''.zh-cn=海曼智能墙面插座 23 | -------------------------------------------------------------------------------- /smartapps/lock-auto-super-enhanced/enhanced-auto-lock-door.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Automatically locks a specific door after X minutes when closed and unlocks it when open after X seconds.'''=在特定的门关上 X 分钟后自动锁上这些门,并在门打开 X 秒后打开门锁。 2 | '''Select the door lock:'''=选择门锁: 3 | '''Select the door contact sensor:'''=选择门接触传感器: 4 | '''Automatically lock the door when closed...'''=当门关上时自动锁门... 5 | '''Delay (in minutes):'''=延迟 (分钟): 6 | '''Automatically unlock the door when open...'''=当门打开时自动打开门锁... 7 | '''Delay (in seconds):'''=延迟 (秒): 8 | '''Send notifications to'''=将通知发送至 9 | '''Phone Number'''=电话号码 10 | '''Warn with text message (optional)'''=通过短信警告 (可选) 11 | '''{{lock1}} unlocked after {{contact}} was opened for {{secondsLater}} seconds!'''={{lock1}} 在 {{contact}} 打开 {{secondsLater}} 秒后开锁! 12 | '''{{lock1}} unlocked after {{contact}} was opened or closed when {{lock1}} was locked!'''={{lock1}} 在当其锁上时在 {{contact}} 打开或关闭后开锁! 13 | '''Set for specific mode(s)'''=设置特定模式 14 | '''Assign a name'''=分配名称 15 | '''Tap to set'''=点击以设置 16 | '''Phone'''=电话号码 17 | '''Which?'''=哪个? 18 | -------------------------------------------------------------------------------- /smartapps/smartthings/thermostats.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Receive notifications when anything happens in your home.'''=在家中发生任何事情时接收通知。 2 | '''Choose one or more, when...'''=选择一个或多个,当... 3 | '''Smoke Detected'''=检测到烟雾 4 | '''Carbon Monoxide Detected'''=检测到一氧化碳 5 | '''Turn off these thermostats'''=关闭这些温控器 6 | '''Thermostats'''=温控器 7 | '''Send this message (optional, sends standard status message if not specified)'''=发送此信息 (可选,如果未指定,则发送标准状态信息) 8 | '''Message Text'''=信息文本 9 | '''Via a push notification and/or an SMS message'''=通过推送通知和/或 SMS 信息 10 | '''Send notifications to'''=将通知发送至 11 | '''Enter a phone number to get SMS'''=输入电话号码以获得 SMS 12 | '''If outside the US please make sure to enter the proper country code'''=如果在美国以外,请务必输入正确的国家/地区代码 13 | '''Notify me via Push Notification'''=通过推送通知来通知我 14 | '''Minimum time between messages (optional, defaults to every message)'''=信息之间的最短时间间隔 (可选,默认为每条信息) 15 | '''Minutes'''=分钟 16 | '''Set for specific mode(s)'''=设置特定模式 17 | '''Assign a name'''=分配名称 18 | '''Tap to set'''=点击以设置 19 | '''Phone'''=电话号码 20 | '''Which?'''=哪个? 21 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/en-GB.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alert if there is a knock on the door, but it is not opened. 2 | '''When Someone Knocks?'''=When Someone Knocks 3 | '''Where?'''=Where? 4 | '''But not when they open this door?'''=But not when they open this door 5 | '''Knock Delay (defaults to 5s)?'''=Knock Delay (defaults to 5s) 6 | '''How Long?'''=How Long? 7 | '''Notifications'''=Notifications 8 | '''Send a push notification?'''=Send a push notification? 9 | '''Send a Text Message?'''=Send a text message? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detected a knock. 11 | '''Set for specific mode(s)'''=Set for specific mode(s) 12 | '''Assign a name'''=Assign a name 13 | '''Tap to set'''=Tap to set 14 | '''Phone'''=Phone 15 | '''Which?'''=Which? 16 | '''Yes'''=Yes 17 | '''No'''=No 18 | '''Choose Modes'''=Choose Modes 19 | '''Add a name'''=Add a name 20 | '''Tap to choose'''=Tap to choose 21 | '''Choose an icon'''=Choose an icon 22 | '''Next page'''=Next page 23 | '''Text'''=Text 24 | '''Number'''=Number 25 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-window-shade.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Wistar Window Treatment'''.zh-cn=威仕达开合帘电机(CMJ) 17 | '''Wistar Curtain Motor(CMJ)'''.zh-cn=威仕达开合帘电机(CMJ) 18 | '''Window Treatment'''.zh-cn=智能窗帘电机 19 | '''Smart Curtain Motor(DT82TV)'''.zh-cn=智能窗帘电机(DT82TV) 20 | '''Smart Curtain Motor(BCM300D)'''.zh-cn=智能窗帘电机(BCM300D) 21 | '''Preset position'''.zh-cn=预设位置 22 | '''Set the window shade preset position'''.zh-cn=设置窗帘预设位置 -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/en-US.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alert if door is knocked, but not opened. 2 | '''When Someone Knocks?'''=When Someone Knocks? 3 | '''Where?'''=Where? 4 | '''But not when they open this door?'''=But not when they open this door? 5 | '''Knock Delay (defaults to 5s)?'''=Knock Delay (defaults to 5s)? 6 | '''How Long?'''=How Long? 7 | '''Notifications'''=Notifications 8 | '''Send a push notification?'''=Send a push notification? 9 | '''Send a Text Message?'''=Send a Text Message? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detected a knock. 11 | '''Door Knocker'''=Door Knocker 12 | '''Set for specific mode(s)'''=Set for specific mode(s) 13 | '''Assign a name'''=Assign a name 14 | '''Tap to set'''=Tap to set 15 | '''Phone'''=Phone 16 | '''Which?'''=Which? 17 | '''Yes'''=Yes 18 | '''No'''=No 19 | '''Choose Modes'''=Choose Modes 20 | '''Add a name'''=Add a name 21 | '''Tap to choose'''=Tap to choose 22 | '''Choose an icon'''=Choose an icon 23 | '''Next page'''=Next page 24 | '''Text'''=Text 25 | '''Number'''=Number 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/en-GB.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Get a push notification when severe weather is in your area. 2 | '''Note:'''=Note: 3 | '''Zip code'''=Postcode 4 | '''Send notifications to'''=Send notifications to 5 | '''Phone Number 1'''=Phone Number 1 6 | '''Phone Number 2'''=Phone Number 2 7 | '''Phone Number 3'''=Phone Number 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}} 9 | '''Set for specific mode(s)'''=Set for specific mode(s) 10 | '''Assign a name'''=Assign a name 11 | '''Tap to set'''=Tap to set 12 | '''Phone'''=Phone 13 | '''Which?'''=Which? 14 | '''Choose Modes'''=Choose Modes 15 | '''Set your location'''=Set your location 16 | '''Away'''=Away 17 | '''Home'''=Home 18 | '''Night'''=Night 19 | '''Add a name'''=Add a name 20 | '''Tap to choose'''=Tap to choose 21 | '''Choose an icon'''=Choose an icon 22 | '''Next page'''=Next page 23 | '''Text'''=Text 24 | '''Number'''=Number 25 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/ar-AE.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=تنبيه في حال تم القرع على الباب ولكن لم يتم فتحه. 2 | '''When Someone Knocks?'''=عندما يقرع شخص ما؟ 3 | '''Where?'''=أين؟ 4 | '''But not when they open this door?'''=ولكن ليس عند فتح هذا الباب؟ 5 | '''Knock Delay (defaults to 5s)?'''=هل تريد تأخير القرعة (الافتراضيات على ٥ ثوانٍ)؟ 6 | '''How Long?'''=إلى متى؟ 7 | '''Notifications'''=الإشعارات 8 | '''Send a push notification?'''=هل تريد إرسال إشعار دفع؟ 9 | '''Send a Text Message?'''=هل تريد إرسال رسالة نصية؟ 10 | '''{{kSensor}} detected a knock.'''=تم اكتشاف قرعة بواسطة {{kSensor}}. 11 | '''Door Knocker'''=مقرعة الباب 12 | '''Set for specific mode(s)'''=ضبط لوضع محدد (أوضاع محددة) 13 | '''Assign a name'''=تعيين اسم 14 | '''Tap to set'''=النقر للضبط 15 | '''Phone'''=رقم الهاتف 16 | '''Which?'''=أي مستشعر؟ 17 | '''Yes'''=نعم 18 | '''No'''=لا 19 | '''Choose Modes'''=اختيار أوضاع 20 | '''Add a name'''=إضافة اسم 21 | '''Tap to choose'''=النقر للاختيار 22 | '''Choose an icon'''=اختيار رمز 23 | '''Next page'''=الصفحة التالية 24 | '''Text'''=النص 25 | '''Number'''=الرقم 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/th-TH.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=เตือนหากมีการเคาะประตูแต่ไม่ได้เปิด 2 | '''When Someone Knocks?'''=เมื่อมีคนเคาะใช่หรือไม่ 3 | '''Where?'''=ที่ใด 4 | '''But not when they open this door?'''=แต่ไม่ใช่เมื่อเปิดประตูนี้ใช่หรือไม่ 5 | '''Knock Delay (defaults to 5s)?'''=เลื่อนเวลาเคาะ (ค่าพื้นฐานเป็น 5 วิ) ใช่หรือไม่ 6 | '''How Long?'''=นานเท่าใด 7 | '''Notifications'''=การแจ้งเตือน 8 | '''Send a push notification?'''=ส่งการแจ้งเตือนแบบพุชหรือไม่ 9 | '''Send a Text Message?'''=ส่งข้อความปกติหรือไม่ 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} ตรวจพบการเคาะ 11 | '''Door Knocker'''=ที่เคาะประตู 12 | '''Set for specific mode(s)'''=ตั้งค่าสำหรับโหมดเฉพาะแล้ว 13 | '''Assign a name'''=กำหนดชื่อ 14 | '''Tap to set'''=แตะเพื่อตั้งค่า 15 | '''Phone'''=เบอร์โทรศัพท์ 16 | '''Which?'''=รายการใด 17 | '''Yes'''=ใช่ 18 | '''No'''=ไม่ 19 | '''Choose Modes'''=เลือกโหมด 20 | '''Add a name'''=เพิ่มชื่อ 21 | '''Tap to choose'''=แตะเพื่อเลือก 22 | '''Choose an icon'''=เลือกไอคอน 23 | '''Next page'''=หน้าถัดไป 24 | '''Text'''=ข้อความ 25 | '''Number'''=หมายเลข 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/pl-PL.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alarmuj, gdy ktoś zapuka do drzwi, ale nikt nie otworzy. 2 | '''When Someone Knocks?'''=Gdy ktoś zapuka 3 | '''Where?'''=Gdzie? 4 | '''But not when they open this door?'''=Ale nie, gdy ktoś je otworzy 5 | '''Knock Delay (defaults to 5s)?'''=Opóźnienie po zapukaniu (domyślnie 5 s) 6 | '''How Long?'''=Jak długo? 7 | '''Notifications'''=Powiadomienia 8 | '''Send a push notification?'''=Wysłać powiadomienie z serwera? 9 | '''Send a Text Message?'''=Wysłać SMS? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} wykrył pukanie. 11 | '''Door Knocker'''=Door Knocker 12 | '''Set for specific mode(s)'''=Ustaw dla określonych trybów 13 | '''Assign a name'''=Przypisz nazwę 14 | '''Tap to set'''=Dotknij, aby ustawić 15 | '''Phone'''=Numer telefonu 16 | '''Which?'''=Który? 17 | '''Yes'''=Tak 18 | '''No'''=Nie 19 | '''Choose Modes'''=Wybór trybu 20 | '''Add a name'''=Dodaj nazwę 21 | '''Tap to choose'''=Dotknij, aby wybrać 22 | '''Choose an icon'''=Wybór ikony 23 | '''Next page'''=Następna strona 24 | '''Text'''=Tekst 25 | '''Number'''=Numer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/sv-SE.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Varna om det knackar på dörren utan att den öppnas. 2 | '''When Someone Knocks?'''=När någon knackar 3 | '''Where?'''=Var? 4 | '''But not when they open this door?'''=Men inte när de öppnar den här dörren 5 | '''Knock Delay (defaults to 5s)?'''=Knackningsfördröjning (standard 5 sekunder) 6 | '''How Long?'''=Hur länge? 7 | '''Notifications'''=Aviseringar 8 | '''Send a push notification?'''=Skicka ett push-meddelande? 9 | '''Send a Text Message?'''=Skicka ett SMS? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} upptäckte en knackning. 11 | '''Door Knocker'''=Portklapp 12 | '''Set for specific mode(s)'''=Ställ in för vissa lägen 13 | '''Assign a name'''=Ge ett namn 14 | '''Tap to set'''=Tryck för att ställa in 15 | '''Phone'''=Telefonnummer 16 | '''Which?'''=Vilket? 17 | '''Yes'''=Ja 18 | '''No'''=Nej 19 | '''Choose Modes'''=Välj ett läge 20 | '''Add a name'''=Lägg till ett namn 21 | '''Tap to choose'''=Tryck för att välja 22 | '''Choose an icon'''=Välj en ikon 23 | '''Next page'''=Nästa sida 24 | '''Text'''=Text 25 | '''Number'''=Tal 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/ecolink-wireless-siren.src/README.md: -------------------------------------------------------------------------------- 1 | # Ecolink Wireless Siren] 2 | 3 | Cloud Execution 4 | 5 | Works with: 6 | 7 | * [Ecolink Wireless Siren SC-Z-Wave5](https://products.z-wavealliance.org/products/1899) 8 | 9 | ## Table of contents 10 | 11 | * [Installation](#installation) 12 | * [Supported Features](#supported-features) 13 | * [Deinstallation](#deinstallation) 14 | 15 | 16 | ## Installation 17 | 18 | * To include this device in SmartThings Hub network, start device discovery from SmartThings app, then plug in device. 19 | * Device should beep twice. 20 | 21 | 22 | ## Supported Features 23 | 24 | * SmartThings support Ecolink Siren functionalities. Ecolink siren have 4 sounds. Main switch controls first sound. 3 child devices control the other sounds. 25 | * Siren 2 beep twice shortly. After 2 seconds the switch on app changes state from ON to OFF. 26 | * Parent siren, siren 3 and siren 4 are turned on by user, and user must turn it off from App. 27 | 28 | 29 | ## Denistallation 30 | 31 | * Start device exclusion using SmartThings app. 32 | * Plug out and plug in device. Device should beep with long sound. 33 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/en-US.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Get a push notification when severe weather is in your area. 2 | '''Note:'''=Note: 3 | '''Zip code'''=Zip code 4 | '''Send notifications to'''=Send notifications to 5 | '''Phone Number 1'''=Phone Number 1 6 | '''Phone Number 2'''=Phone Number 2 7 | '''Phone Number 3'''=Phone Number 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}} 9 | '''Severe Weather Alert'''=Severe Weather Alert 10 | '''Set for specific mode(s)'''=Set for specific mode(s) 11 | '''Assign a name'''=Assign a name 12 | '''Tap to set'''=Tap to set 13 | '''Phone'''=Phone 14 | '''Which?'''=Which? 15 | '''Choose Modes'''=Choose Modes 16 | '''Set your location'''=Set your location 17 | '''Away'''=Away 18 | '''Home'''=Home 19 | '''Night'''=Night 20 | '''Add a name'''=Add a name 21 | '''Tap to choose'''=Tap to choose 22 | '''Choose an icon'''=Choose an icon 23 | '''Next page'''=Next page 24 | '''Text'''=Text 25 | '''Number'''=Number 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/no-NO.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Varsle hvis det er noen som banker på døren, men den ikke åpnes. 2 | '''When Someone Knocks?'''=Når noen banker på 3 | '''Where?'''=Hvor? 4 | '''But not when they open this door?'''=Men ikke når de åpner denne døren 5 | '''Knock Delay (defaults to 5s)?'''=Banking utsatt (standard er 5 sek) 6 | '''How Long?'''=Hvor lenge? 7 | '''Notifications'''=Varsler 8 | '''Send a push notification?'''=Vil du sende et push-varsel? 9 | '''Send a Text Message?'''=Vil du sende en tekstmelding? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} registrerte et bank. 11 | '''Door Knocker'''=Dørhammer 12 | '''Set for specific mode(s)'''=Angi for bestemte moduser 13 | '''Assign a name'''=Tildel et navn 14 | '''Tap to set'''=Trykk for å angi 15 | '''Phone'''=Telefonnummer 16 | '''Which?'''=Hvilken? 17 | '''Yes'''=Ja 18 | '''No'''=Nei 19 | '''Choose Modes'''=Velg en modus 20 | '''Add a name'''=Legg til et navn 21 | '''Tap to choose'''=Trykk for å velge 22 | '''Choose an icon'''=Velg et ikon 23 | '''Next page'''=Neste side 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/et-EE.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Märguanne, kui uksele koputatakse, kuid ei avata. 2 | '''When Someone Knocks?'''=Kui keegi koputab? 3 | '''Where?'''=Kus? 4 | '''But not when they open this door?'''=Kuid mitte siis, kui nad avavad selle ukse? 5 | '''Knock Delay (defaults to 5s)?'''=Koputamise viivitus (vaikimisi 5 s)? 6 | '''How Long?'''=Kui kaua? 7 | '''Notifications'''=Teavitused 8 | '''Send a push notification?'''=Kas saata push-teavitus? 9 | '''Send a Text Message?'''=Kas saata tekstsõnum? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} tuvastas koputuse. 11 | '''Door Knocker'''=Uksele koputaja 12 | '''Set for specific mode(s)'''=Valige konkreetne režiim / konkreetsed režiimid 13 | '''Assign a name'''=Määrake nimi 14 | '''Tap to set'''=Toksake, et määrata 15 | '''Phone'''=Telefoninumber 16 | '''Which?'''=Milline? 17 | '''Yes'''=Jah 18 | '''No'''=Ei 19 | '''Choose Modes'''=Vali režiim 20 | '''Add a name'''=Lisa nimi 21 | '''Tap to choose'''=Toksake, et valida 22 | '''Choose an icon'''=Vali ikoon 23 | '''Next page'''=Järgmine leht 24 | '''Text'''=Tekst 25 | '''Number'''=Number 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/cs-CZ.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Upozornit, když se ozve zaklepání na dveře, ale nejsou otevřené. 2 | '''When Someone Knocks?'''=Když někdo zaklepe 3 | '''Where?'''=Kde? 4 | '''But not when they open this door?'''=Ale nikoli když otevřou tyto dveře 5 | '''Knock Delay (defaults to 5s)?'''=Zpoždění zaklepání (výchozí hodnota 5 s) 6 | '''How Long?'''=Jak dlouho? 7 | '''Notifications'''=Oznámení 8 | '''Send a push notification?'''=Odeslat nabízené oznámení? 9 | '''Send a Text Message?'''=Odeslat textovou zprávu? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detekoval zaklepání. 11 | '''Door Knocker'''=Dveřní klepadlo 12 | '''Set for specific mode(s)'''=Nastavit pro konkrétní režimy 13 | '''Assign a name'''=Přiřadit název 14 | '''Tap to set'''=Nastavte klepnutím 15 | '''Phone'''=Telefonní číslo 16 | '''Which?'''=Který? 17 | '''Yes'''=Ano 18 | '''No'''=Ne 19 | '''Choose Modes'''=Zvolte režim 20 | '''Add a name'''=Přidejte název 21 | '''Tap to choose'''=Klepnutím zvolte 22 | '''Choose an icon'''=Zvolte ikonu 23 | '''Next page'''=Další stránka 24 | '''Text'''=Text 25 | '''Number'''=Číslo 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=온도조절기와 떨어져 있는 공간에 위치한 대체 온도 센서를 선택할 수 있습니다. 온도조절기가 있는 공간보다는 사용자가 오랜 시간을 보내는 공간을 쾌적하게 유지할 수 있습니다. 2 | '''Heat setting...'''=난방 설정... 3 | '''Degrees'''=온도 4 | '''Air conditioning setting...'''=냉방 설정... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=선택적으로 온도조절기의 온도 센서 대신 사용할 온도 센서 선택... 6 | '''Temp Sensors'''=온도 센서 7 | '''Keep Me Cozy II'''=편안한 시간 8 | '''Set for specific mode(s)'''=특정 모드 설정 9 | '''Assign a name'''=이름 지정 10 | '''Tap to set'''=설정하려면 누르세요 11 | '''Phone'''=전화번호 12 | '''Which?'''=사용할 장치는? 13 | '''Choose Modes'''=모드 선택 14 | '''Choose thermostat...'''=온도조절기 선택... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=선택적으로 온도조절기의 온도 센서 대신 사용할 온도 센서 선택... 16 | '''Add a name'''=이름 추가 17 | '''Tap to choose'''=눌러서 선택 18 | '''Choose an icon'''=아이콘 선택 19 | '''Next page'''=다음 페이지 20 | '''Text'''=텍스트 21 | '''Number'''=번호 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/ar-AE.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=يمكنك تلقي إشعار دفع عندما يكون الطقس قاسياً في منطقتك. 2 | '''Note:'''=ملاحظة: 3 | '''Zip code'''=الرمز البريدي 4 | '''Send notifications to'''=إرسال إشعارات إلى 5 | '''Phone Number 1'''=رقم الهاتف ١ 6 | '''Phone Number 2'''=رقم الهاتف ٢ 7 | '''Phone Number 3'''=رقم الهاتف ٣ 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=تنبيه حول الطقس! {{alert.description}} من {{alert.date}} لغاية {{alert.expires}} 9 | '''Severe Weather Alert'''=تحذير حول حالة طقس رديئة 10 | '''Set for specific mode(s)'''=ضبط لوضع محدد (أوضاع محددة) 11 | '''Assign a name'''=تعيين اسم 12 | '''Tap to set'''=النقر للضبط 13 | '''Phone'''=رقم الهاتف 14 | '''Which?'''=أي مستشعر؟ 15 | '''Choose Modes'''=اختيار أوضاع 16 | '''Set your location'''=ضبط موقعك 17 | '''Away'''=خارج المنزل 18 | '''Home'''=في المنزل 19 | '''Night'''=في الليل 20 | '''Add a name'''=إضافة اسم 21 | '''Tap to choose'''=النقر للاختيار 22 | '''Choose an icon'''=اختيار رمز 23 | '''Next page'''=الصفحة التالية 24 | '''Text'''=النص 25 | '''Number'''=الرقم 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/tr-TR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Kapı çalınırsa ancak açılmazsa uyar. 2 | '''When Someone Knocks?'''=Biri Kapıyı Çaldığında 3 | '''Where?'''=Nerede? 4 | '''But not when they open this door?'''=Ancak bu kapı açılmadığında 5 | '''Knock Delay (defaults to 5s)?'''=Kapı Çalma Gecikmesi (varsayılan olarak 5 saniye) 6 | '''How Long?'''=Ne Kadar Uzun? 7 | '''Notifications'''=Bildirimler 8 | '''Send a push notification?'''=Push bildirimi gönderilsin mi? 9 | '''Send a Text Message?'''=Metin Mesajı Gönderilsin mi? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} kapı çalma algıladı. 11 | '''Door Knocker'''=Kapı Kilidi Kontrolü 12 | '''Set for specific mode(s)'''=Belirli modlar belirleyin 13 | '''Assign a name'''=İsim atayın 14 | '''Tap to set'''=Ayarlamak için dokunun 15 | '''Phone'''=Telefon Numarası 16 | '''Which?'''=Hangisi? 17 | '''Yes'''=Evet 18 | '''No'''=Hayır 19 | '''Choose Modes'''=Modları seç 20 | '''Add a name'''=Bir isim ekle 21 | '''Tap to choose'''=Seçmek için dokun 22 | '''Choose an icon'''=Bir simge seç 23 | '''Next page'''=Sonraki Sayfa 24 | '''Text'''=Metin 25 | '''Number'''=Numara 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/no-NO.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Få et push-varsel når det er dårlig vær i området ditt. 2 | '''Note:'''=Merk: 3 | '''Zip code'''=Postnummer 4 | '''Send notifications to'''=Send varsler til 5 | '''Phone Number 1'''=Telefonnummer 1 6 | '''Phone Number 2'''=Telefonnummer 2 7 | '''Phone Number 3'''=Telefonnummer 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Værvarsel! {{alert.description}} fra {{alert.date}} til {{alert.expires}} 9 | '''Severe Weather Alert'''=Varsler om dårlig vær 10 | '''Set for specific mode(s)'''=Angi for bestemte moduser 11 | '''Assign a name'''=Tildel et navn 12 | '''Tap to set'''=Trykk for å angi 13 | '''Phone'''=Telefonnummer 14 | '''Which?'''=Hvilken? 15 | '''Choose Modes'''=Velg en modus 16 | '''Set your location'''=Angi posisjonen din 17 | '''Away'''=Borte 18 | '''Home'''=Hjemme 19 | '''Night'''=Natt 20 | '''Add a name'''=Legg til et navn 21 | '''Tap to choose'''=Trykk for å velge 22 | '''Choose an icon'''=Velg et ikon 23 | '''Next page'''=Neste side 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/da-DK.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Send varsel, hvis der bankes på døren, men den ikke åbnes. 2 | '''When Someone Knocks?'''=Når nogen banker på 3 | '''Where?'''=Hvor? 4 | '''But not when they open this door?'''=Men ikke når de åbner denne dør 5 | '''Knock Delay (defaults to 5s)?'''=Bankeforsinkelse (standardindstilling er 5 sekunder) 6 | '''How Long?'''=Hvor længe? 7 | '''Notifications'''=Meddelelser 8 | '''Send a push notification?'''=Vil du sende en push-meddelelse? 9 | '''Send a Text Message?'''=Vil du sende en sms? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} registrerede et bank. 11 | '''Door Knocker'''=Dørhammer 12 | '''Set for specific mode(s)'''=Indstil til bestemt(e) tilstand(e) 13 | '''Assign a name'''=Tildel et navn 14 | '''Tap to set'''=Tryk for at indstille 15 | '''Phone'''=Telefonnummer 16 | '''Which?'''=Hvilken? 17 | '''Yes'''=Ja 18 | '''No'''=Nej 19 | '''Choose Modes'''=Vælg en tilstand 20 | '''Add a name'''=Tilføj et navn 21 | '''Tap to choose'''=Tryk for at vælge 22 | '''Choose an icon'''=Vælg et ikon 23 | '''Next page'''=Næste side 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/fi-FI.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Hälytä, jos ovella koputetaan, mutta ovea ei avata. 2 | '''When Someone Knocks?'''=Kun joku koputtaa 3 | '''Where?'''=Missä? 4 | '''But not when they open this door?'''=Mutta ei silloin, kun he avaavat tämän oven 5 | '''Knock Delay (defaults to 5s)?'''=Koputuksen viive (oletusarvoisesti 5 s) 6 | '''How Long?'''=Kuinka kauan? 7 | '''Notifications'''=Ilmoitukset 8 | '''Send a push notification?'''=Lähetetäänkö palveluviesti-ilmoitus? 9 | '''Send a Text Message?'''=Lähetetäänkö tekstiviesti? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} havaitsi koputuksen. 11 | '''Door Knocker'''=Kolkutin 12 | '''Set for specific mode(s)'''=Aseta tiettyjä tiloja varten 13 | '''Assign a name'''=Määritä nimi 14 | '''Tap to set'''=Aseta napauttamalla tätä 15 | '''Phone'''=Puhelinnumero 16 | '''Which?'''=Mikä? 17 | '''Yes'''=Kyllä 18 | '''No'''=Ei 19 | '''Choose Modes'''=Valitse tila 20 | '''Add a name'''=Lisää nimi 21 | '''Tap to choose'''=Valitse napauttamalla 22 | '''Choose an icon'''=Valitse kuvake 23 | '''Next page'''=Seuraava sivu 24 | '''Text'''=Teksti 25 | '''Number'''=Numero 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/hr-HR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Upozori me ako netko pokuca, a vrata nisu otvorena. 2 | '''When Someone Knocks?'''=Kad netko pokuca 3 | '''Where?'''=Gdje? 4 | '''But not when they open this door?'''=Ali ne kada otvore ova vrata 5 | '''Knock Delay (defaults to 5s)?'''=Odgoda nakon kucanja (zadano na 5 s) 6 | '''How Long?'''=Koliko dugo? 7 | '''Notifications'''=Obavijesti 8 | '''Send a push notification?'''=Poslati push obavijest? 9 | '''Send a Text Message?'''=Poslati tekstnu poruku? 10 | '''{{kSensor}} detected a knock.'''=Senzor {{kSensor}} otkrio je kucanje. 11 | '''Door Knocker'''=Kucanje na vrata 12 | '''Set for specific mode(s)'''=Postavi za određeni način rada (ili više njih) 13 | '''Assign a name'''=Dodijeli naziv 14 | '''Tap to set'''=Dodirnite za postavljanje 15 | '''Phone'''=Telefonski broj 16 | '''Which?'''=Koji? 17 | '''Yes'''=Da 18 | '''No'''=Ne 19 | '''Choose Modes'''=Odaberite način 20 | '''Add a name'''=Dodajte naziv 21 | '''Tap to choose'''=Dodirnite za odabir 22 | '''Choose an icon'''=Odaberite ikonu 23 | '''Next page'''=Sljedeća stranica 24 | '''Text'''=Tekst 25 | '''Number'''=Broj 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/sq-AL.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Sinjalizo kur dikush troket në derë, por kjo nuk u hap. 2 | '''When Someone Knocks?'''=Kur dikush troket 3 | '''Where?'''=Ku? 4 | '''But not when they open this door?'''=Por jo kur ata ta hapin këtë derë 5 | '''Knock Delay (defaults to 5s)?'''=Vonesa në trokitje (parazgjedhje në 5 s) 6 | '''How Long?'''=Sa gjatë? 7 | '''Notifications'''=Njoftimet 8 | '''Send a push notification?'''=Të dërgohet një njoftim push? 9 | '''Send a Text Message?'''=Të dërgohet një mesazh tekst? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} pikasi një trokitje. 11 | '''Door Knocker'''=Trokitësi i derës 12 | '''Set for specific mode(s)'''=Cilëso për regjim(e) specifik(e) 13 | '''Assign a name'''=Vëri një emër 14 | '''Tap to set'''=Trokit për ta cilësuar 15 | '''Phone'''=Numri i telefonit 16 | '''Which?'''=Çfarë? 17 | '''Yes'''=Po 18 | '''No'''=Jo 19 | '''Choose Modes'''=Zgjidh një regjim 20 | '''Add a name'''=Shto një emër 21 | '''Tap to choose'''=Trokit për të zgjedhur 22 | '''Choose an icon'''=Zgjidh një ikonë 23 | '''Next page'''=Faqja pasuese 24 | '''Text'''=Tekst 25 | '''Number'''=Numër 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/sr-RS.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Upozori ako neko pokuca na vrata, ali se vrata ne otvore. 2 | '''When Someone Knocks?'''=Kada neko kuca 3 | '''Where?'''=Gde? 4 | '''But not when they open this door?'''=Ali ne kada otvori ova vrata 5 | '''Knock Delay (defaults to 5s)?'''=Odlaganje nakon kucanja (podrazumevano je 5 sekundi) 6 | '''How Long?'''=Koliko dugo? 7 | '''Notifications'''=Obaveštenja 8 | '''Send a push notification?'''=Želite li da pošaljete obaveštenje? 9 | '''Send a Text Message?'''=Želite li da pošaljete SMS poruku? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} je detektovao kucanje. 11 | '''Door Knocker'''=Zvekir 12 | '''Set for specific mode(s)'''=Podesi za određene režime 13 | '''Assign a name'''=Dodeli ime 14 | '''Tap to set'''=Kucnite da biste podesili 15 | '''Phone'''=Broj telefona 16 | '''Which?'''=Koje? 17 | '''Yes'''=Da 18 | '''No'''=Ne 19 | '''Choose Modes'''=Izaberite režim 20 | '''Add a name'''=Dodajte ime 21 | '''Tap to choose'''=Kucnite da biste izabrali 22 | '''Choose an icon'''=Izaberite ikonu 23 | '''Next page'''=Sledeća strana 24 | '''Text'''=Tekst 25 | '''Number'''=Broj 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-mouse-trap.src/README.md: -------------------------------------------------------------------------------- 1 | # Z-Wave Mouse Trap 2 | 3 | Local Execution 4 | 5 | * [Capabilities](#capabilities) 6 | * [Health](#device-health) 7 | * [Troubleshooting](#Troubleshooting) 8 | 9 | ## Capabilities 10 | 11 | * **Sensor** - detects sensor events 12 | * **Battery** - defines that the device has a battery 13 | * **Configuration** - _configure()_ command called when device is installed or device preferences updated 14 | * **Health Check** - indicates ability to get device health notifications 15 | * **Refresh** - _refresh()_ command for status updates 16 | * **Pest Control** - indicates ability to get mouse trap notifications 17 | 18 | ## Device Health 19 | 20 | Z-Wave Mouse Trap is a Z-Wave sleepy device and checks in every 12 hours. 21 | Device-Watch allows 2 check-in misses from device plus some lag time. So Check-in interval = (2 * 12 * 60 * 60 + 2 * 60) sek. = 1442 mins. 22 | 23 | * __1442min__ checkInterval 24 | 25 | ## Troubleshooting 26 | 27 | If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. 28 | Pairing needs to be tried again by placing the device closer to the hub. -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/pt-BR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alerta se alguém bater à porta, mas ela não for aberta. 2 | '''When Someone Knocks?'''=Quando alguém bater à porta 3 | '''Where?'''=Onde? 4 | '''But not when they open this door?'''=Mas não quando esta porta for aberta 5 | '''Knock Delay (defaults to 5s)?'''=Atraso da batida (padrão de 5 s) 6 | '''How Long?'''=Quanto tempo? 7 | '''Notifications'''=Notificações 8 | '''Send a push notification?'''=Enviar uma notificação por push? 9 | '''Send a Text Message?'''=Enviar uma mensagem de texto? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detectou uma batida. 11 | '''Door Knocker'''=Aldrava 12 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 13 | '''Assign a name'''=Atribuir um nome 14 | '''Tap to set'''=Toque para definir 15 | '''Phone'''=Número de telefone 16 | '''Which?'''=Qual? 17 | '''Yes'''=Sim 18 | '''No'''=Não 19 | '''Choose Modes'''=Escolha um modo 20 | '''Add a name'''=Adicione um nome 21 | '''Tap to choose'''=Toque para escolher 22 | '''Choose an icon'''=Escolha um ícone 23 | '''Next page'''=Próxima página 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/sk-SK.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Upozorniť pri zaklopaní na dvere, ak sa neotvoria. 2 | '''When Someone Knocks?'''=Keď niekto zaklope 3 | '''Where?'''=Kde? 4 | '''But not when they open this door?'''=Ale nie pri otvorení týchto dverí 5 | '''Knock Delay (defaults to 5s)?'''=Oneskorenie zaklopania (predvolené nastavenie je 5 s) 6 | '''How Long?'''=Ako dlho? 7 | '''Notifications'''=Oznámenia 8 | '''Send a push notification?'''=Odoslať automaticky doručované oznámenie? 9 | '''Send a Text Message?'''=Odoslať textovú správu? 10 | '''{{kSensor}} detected a knock.'''=Senzor {{kSensor}} zistil zaklopanie. 11 | '''Door Knocker'''=Klopanie na dvere 12 | '''Set for specific mode(s)'''=Nastaviť pre konkrétne režimy 13 | '''Assign a name'''=Priradiť názov 14 | '''Tap to set'''=Ťuknutím môžete nastaviť 15 | '''Phone'''=Telefónne číslo 16 | '''Which?'''=Ktorý? 17 | '''Yes'''=Áno 18 | '''No'''=Nie 19 | '''Choose Modes'''=Vyberte režim 20 | '''Add a name'''=Pridajte názov 21 | '''Tap to choose'''=Ťuknutím vyberte 22 | '''Choose an icon'''=Vyberte ikonu 23 | '''Next page'''=Nasledujúca strana 24 | '''Text'''=Text 25 | '''Number'''=Číslo 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/th-TH.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=รับการแจ้งเตือนพุชเมื่อมีสภาพอากาศรุนแรงในพื้นที่ของคุณ 2 | '''Note:'''=หมายเหตุ: 3 | '''Zip code'''=รหัสไปรษณีย์ 4 | '''Send notifications to'''=ส่งการแจ้งเตือนไปยัง 5 | '''Phone Number 1'''=เบอร์โทรศัพท์ 1 6 | '''Phone Number 2'''=เบอร์โทรศัพท์ 2 7 | '''Phone Number 3'''=เบอร์โทรศัพท์ 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=การแจ้งเตือนสภาพอากาศ! {{alert.description}} ตั้งแต่ {{alert.date}} จนถึง {{alert.expires}} 9 | '''Severe Weather Alert'''=การแจ้งเตือนสภาพอากาศรุนแรง 10 | '''Set for specific mode(s)'''=ตั้งค่าสำหรับโหมดเฉพาะแล้ว 11 | '''Assign a name'''=กำหนดชื่อ 12 | '''Tap to set'''=แตะเพื่อตั้งค่า 13 | '''Phone'''=เบอร์โทรศัพท์ 14 | '''Which?'''=รายการใด 15 | '''Choose Modes'''=เลือกโหมด 16 | '''Set your location'''=ตั้งค่าตำแหน่งของคุณ 17 | '''Away'''=ไม่อยู่ 18 | '''Home'''=ในบ้าน 19 | '''Night'''=กลางคืน 20 | '''Add a name'''=เพิ่มชื่อ 21 | '''Tap to choose'''=แตะเพื่อเลือก 22 | '''Choose an icon'''=เลือกไอคอน 23 | '''Next page'''=หน้าถัดไป 24 | '''Text'''=ข้อความ 25 | '''Number'''=หมายเลข 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/de-DE.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Warnen, wenn an die Tür geklopft wurde, sie aber nicht geöffnet wurde. 2 | '''When Someone Knocks?'''=Wenn jemand anklopft 3 | '''Where?'''=Wo? 4 | '''But not when they open this door?'''=Aber nicht, wenn sie diese Tür öffnen 5 | '''Knock Delay (defaults to 5s)?'''=Anklopfverzögerung (Standard sind 5 s) 6 | '''How Long?'''=Wie lange? 7 | '''Notifications'''=Benachrichtigungen 8 | '''Send a push notification?'''=Eine Push-Benachrichtigung senden? 9 | '''Send a Text Message?'''=Eine SMS senden? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} hat ein Anklopfen erkannt. 11 | '''Door Knocker'''=Türklopfer 12 | '''Set for specific mode(s)'''=Für bestimmte Modi festlegen 13 | '''Assign a name'''=Einen Namen zuweisen 14 | '''Tap to set'''=Zum Festlegen tippen 15 | '''Phone'''=Telefonnummer 16 | '''Which?'''=Welcher? 17 | '''Yes'''=Ja 18 | '''No'''=Nein 19 | '''Choose Modes'''=Modusauswahl 20 | '''Add a name'''=Einen Namen hinzufügen 21 | '''Tap to choose'''=Zur Auswahl tippen 22 | '''Choose an icon'''=Symbolauswahl 23 | '''Next page'''=Nächste Seite 24 | '''Text'''=Text 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/hu-HU.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Jelzés, ha kopognak az ajtón, de nem nyitják ki. 2 | '''When Someone Knocks?'''=Amikor valaki kopog 3 | '''Where?'''=Hol? 4 | '''But not when they open this door?'''=De nem ennek az ajtónak a kinyitásakor 5 | '''Knock Delay (defaults to 5s)?'''=Kopogtatási késleltetés (alapértelmezés szerint 5 mp) 6 | '''How Long?'''=Mennyi ideig? 7 | '''Notifications'''=Értesítések 8 | '''Send a push notification?'''=Push-értesítés küldése? 9 | '''Send a Text Message?'''=Szöveges üzenet küldése? 10 | '''{{kSensor}} detected a knock.'''=A(z) {{kSensor}} kopogást érzékelt. 11 | '''Door Knocker'''=Kopogásjelző 12 | '''Set for specific mode(s)'''=Beállítás adott mód(ok)hoz 13 | '''Assign a name'''=Név hozzárendelése 14 | '''Tap to set'''=Érintse meg a beállításhoz 15 | '''Phone'''=Telefonszám 16 | '''Which?'''=Melyik? 17 | '''Yes'''=Igen 18 | '''No'''=Nem 19 | '''Choose Modes'''=Mód kiválasztása 20 | '''Add a name'''=Név hozzáadása 21 | '''Tap to choose'''=Érintse meg a kiválasztáshoz 22 | '''Choose an icon'''=Ikon kiválasztása 23 | '''Next page'''=Következő oldal 24 | '''Text'''=Szöveg 25 | '''Number'''=Szám 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/sl-SI.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Opozori, če kdo potrka na vrata, vendar vrata niso odprta. 2 | '''When Someone Knocks?'''=Ko nekdo potrka 3 | '''Where?'''=Kje? 4 | '''But not when they open this door?'''=Vendar ne, ko oseba odpre ta vrata 5 | '''Knock Delay (defaults to 5s)?'''=Zakasnitev trkanja (privzeta nastavitev je 5 sek.) 6 | '''How Long?'''=Kako dolgo? 7 | '''Notifications'''=Obvestila 8 | '''Send a push notification?'''=Želite poslati potisno obvestilo? 9 | '''Send a Text Message?'''=Želite poslati besedilno sporočilo? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} je zaznal trkanje. 11 | '''Door Knocker'''=Trkalo za vrata 12 | '''Set for specific mode(s)'''=Nastavi za določene načine 13 | '''Assign a name'''=Določi ime 14 | '''Tap to set'''=Pritisnite za nastavitev 15 | '''Phone'''=Telefonska številka 16 | '''Which?'''=Kateri? 17 | '''Yes'''=Da 18 | '''No'''=Ne 19 | '''Choose Modes'''=Izberite način 20 | '''Add a name'''=Dodajte ime 21 | '''Tap to choose'''=Pritisnite za izbiro 22 | '''Choose an icon'''=Izberite ikono 23 | '''Next page'''=Naslednja stran 24 | '''Text'''=Besedilo 25 | '''Number'''=Številka 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/ready-for-rain.src/i18n/zh-CN.properties: -------------------------------------------------------------------------------- 1 | '''Warn if doors or windows are open when inclement weather is approaching.'''=在恶劣天气即将到来时在门或窗户打开的情况下发出警告。 2 | '''Note:'''=注意: 3 | '''Location is required for this SmartApp. Go to 'Location Name' settings to setup your correct location.'''=此 SmartApp 要求获取位置。请前往“位置名称”设置您的当前位置。 4 | '''Set your location'''=设置您的位置 5 | '''Zip code'''=邮政编码 6 | '''Things to check?'''=要检查的内容? 7 | '''Notifications?'''=通知? 8 | '''Send a push notification?'''=是否发送推送通知? 9 | '''Send a Text Message?'''=是否发送短信? 10 | '''Message interval?'''=信息时间间隔? 11 | '''Minutes (default to every message)'''=分钟 (默认为每条信息) 12 | '''{{open.join(', ')}} {{plural}} open and {{weather}} coming.'''={{open.join(', ')}} {{plural}} 打开并且 {{weather}} 即将到来。 13 | '''{{open.join(', ')}} {{plural}} open and {{state.lastCheck["result"]}} coming.'''={{open.join(', ')}} {{plural}} 打开并且 {{state.lastCheck["result"]}} 即将到来。 14 | '''rain'''=雨 15 | '''snow'''=雪 16 | '''showers'''=阵雨 17 | '''sprinkles'''=小雨 18 | '''precipitation'''=降雨量 19 | '''Set for specific mode(s)'''=设置特定模式 20 | '''Assign a name'''=分配名称 21 | '''Tap to set'''=点击以设置 22 | '''Phone'''=电话号码 23 | '''Which?'''=哪个? 24 | '''Ready For Rain'''=准备下雨 25 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/bg-BG.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Известие, ако има почукване на вратата, но тя не е отворена. 2 | '''When Someone Knocks?'''=Когато някой почука 3 | '''Where?'''=Къде? 4 | '''But not when they open this door?'''=Но не, когато отворят тази врата 5 | '''Knock Delay (defaults to 5s)?'''=Забавяне на почукването (по подразбиране на 5 сек) 6 | '''How Long?'''=Колко дълго? 7 | '''Notifications'''=Уведомления 8 | '''Send a push notification?'''=Изпращане на насочено уведомление? 9 | '''Send a Text Message?'''=Изпращане на текстово съобщение? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} откри почукване. 11 | '''Door Knocker'''=Почукване на врата 12 | '''Set for specific mode(s)'''=Зададено за конкретни режими 13 | '''Assign a name'''=Назначаване на име 14 | '''Tap to set'''=Докосване за задаване 15 | '''Phone'''=Телефонен номер 16 | '''Which?'''=Кое? 17 | '''Yes'''=Да 18 | '''No'''=Не 19 | '''Choose Modes'''=Избор на режим 20 | '''Add a name'''=Добавяне на име 21 | '''Tap to choose'''=Докосване за избор 22 | '''Choose an icon'''=Избор на икона 23 | '''Next page'''=Следваща страница 24 | '''Text'''=Текст 25 | '''Number'''=Номер 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/nl-NL.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Waarschuw als er op de deur wordt geklopt, maar deze niet is geopend. 2 | '''When Someone Knocks?'''=Wanneer iemand klopt 3 | '''Where?'''=Waar? 4 | '''But not when they open this door?'''=Maar niet wanneer ze deze deur openen 5 | '''Knock Delay (defaults to 5s)?'''=Klopvertraging (standaard 5 sec) 6 | '''How Long?'''=Hoe lang? 7 | '''Notifications'''=Meldingen 8 | '''Send a push notification?'''=Een pushmelding verzenden? 9 | '''Send a Text Message?'''=Een sms verzenden? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} heeft gedetecteerd dat er wordt geklopt. 11 | '''Door Knocker'''=Deurklopper 12 | '''Set for specific mode(s)'''=Instellen voor specifieke stand(en) 13 | '''Assign a name'''=Een naam toewijzen 14 | '''Tap to set'''=Tik om in te stellen 15 | '''Phone'''=Telefoonnummer 16 | '''Which?'''=Welke? 17 | '''Yes'''=Ja 18 | '''No'''=Nee 19 | '''Choose Modes'''=Een stand kiezen 20 | '''Add a name'''=Een naam toevoegen 21 | '''Tap to choose'''=Tik om te kiezen 22 | '''Choose an icon'''=Een pictogram kiezen 23 | '''Next page'''=Volgende pagina 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/fi-FI.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Pyydä palveluviesti-ilmoitus, kun alueellasi on huono sää. 2 | '''Note:'''=Huomautus: 3 | '''Zip code'''=Postinumero 4 | '''Send notifications to'''=Lähetä ilmoitukset numeroon 5 | '''Phone Number 1'''=Puhelinnumero 1 6 | '''Phone Number 2'''=Puhelinnumero 2 7 | '''Phone Number 3'''=Puhelinnumero 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Säähälytys! {{alert.description}} {{alert.date}} alkaen {{alert.expires}} asti 9 | '''Severe Weather Alert'''=Rajun sään hälytykset 10 | '''Set for specific mode(s)'''=Aseta tiettyjä tiloja varten 11 | '''Assign a name'''=Määritä nimi 12 | '''Tap to set'''=Aseta napauttamalla tätä 13 | '''Phone'''=Puhelinnumero 14 | '''Which?'''=Mikä? 15 | '''Choose Modes'''=Valitse tila 16 | '''Set your location'''=Aseta sijaintisi 17 | '''Away'''=Poissa 18 | '''Home'''=Kotona 19 | '''Night'''=Yö 20 | '''Add a name'''=Lisää nimi 21 | '''Tap to choose'''=Valitse napauttamalla 22 | '''Choose an icon'''=Valitse kuvake 23 | '''Next page'''=Seuraava sivu 24 | '''Text'''=Teksti 25 | '''Number'''=Numero 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/da-DK.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Få en push-meddelelse, når der er barske vejrforhold i dit område. 2 | '''Note:'''=Bemærk: 3 | '''Zip code'''=Postnummer 4 | '''Send notifications to'''=Send meddelelser til 5 | '''Phone Number 1'''=Telefonnummer 1 6 | '''Phone Number 2'''=Telefonnummer 2 7 | '''Phone Number 3'''=Telefonnummer 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Vejrvarsel! {{alert.description}} fra {{alert.date}} til {{alert.expires}} 9 | '''Severe Weather Alert'''=Varsler om barske vejrforhold 10 | '''Set for specific mode(s)'''=Indstil til bestemt(e) tilstand(e) 11 | '''Assign a name'''=Tildel et navn 12 | '''Tap to set'''=Tryk for at indstille 13 | '''Phone'''=Telefonnummer 14 | '''Which?'''=Hvilken? 15 | '''Choose Modes'''=Vælg en tilstand 16 | '''Set your location'''=Angiv din placering 17 | '''Away'''=Ude 18 | '''Home'''=Hjemme 19 | '''Night'''=Nat 20 | '''Add a name'''=Tilføj et navn 21 | '''Tap to choose'''=Tryk for at vælge 22 | '''Choose an icon'''=Vælg et ikon 23 | '''Next page'''=Næste side 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/sv-SE.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Få en avisering när det är allvarliga väderförhållanden i ditt område. 2 | '''Note:'''=Obs! 3 | '''Zip code'''=Postnummer 4 | '''Send notifications to'''=Skicka aviseringar till 5 | '''Phone Number 1'''=Telefonnummer 1 6 | '''Phone Number 2'''=Telefonnummer 2 7 | '''Phone Number 3'''=Telefonnummer 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Värdervarning! {{alert.description}} från {{alert.date}} till {{alert.expires}} 9 | '''Severe Weather Alert'''=Varningar om svåra väderförhållanden 10 | '''Set for specific mode(s)'''=Ställ in för vissa lägen 11 | '''Assign a name'''=Ge ett namn 12 | '''Tap to set'''=Tryck för att ställa in 13 | '''Phone'''=Telefonnummer 14 | '''Which?'''=Vilket? 15 | '''Choose Modes'''=Välj ett läge 16 | '''Set your location'''=Ange din plats 17 | '''Away'''=Borta 18 | '''Home'''=Hemma 19 | '''Night'''=Natt 20 | '''Add a name'''=Lägg till ett namn 21 | '''Tap to choose'''=Tryck för att välja 22 | '''Choose an icon'''=Välj en ikon 23 | '''Next page'''=Nästa sida 24 | '''Text'''=Text 25 | '''Number'''=Tal 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/it-IT.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Avvisa se bussano alla porta ma non viene aperta. 2 | '''When Someone Knocks?'''=Quando qualcuno bussa 3 | '''Where?'''=Dove? 4 | '''But not when they open this door?'''=Ma non quando questa porta viene aperta 5 | '''Knock Delay (defaults to 5s)?'''=Ritardo bussata (impostazione predefinita: 5 sec) 6 | '''How Long?'''=Per quanto tempo? 7 | '''Notifications'''=Notifiche 8 | '''Send a push notification?'''=Inviare una notifica push? 9 | '''Send a Text Message?'''=Inviare un messaggio di testo? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} ha rilevato una bussata. 11 | '''Door Knocker'''=Batacchio 12 | '''Set for specific mode(s)'''=Imposta per modalità specifiche 13 | '''Assign a name'''=Assegna nome 14 | '''Tap to set'''=Toccate per impostare 15 | '''Phone'''=Numero di telefono 16 | '''Which?'''=Quale? 17 | '''Yes'''=Sì 18 | '''No'''=No 19 | '''Choose Modes'''=Scegliete una modalità 20 | '''Add a name'''=Aggiungete un nome 21 | '''Tap to choose'''=Toccate per scegliere 22 | '''Choose an icon'''=Scegliete un’icona 23 | '''Next page'''=Pagina successiva 24 | '''Text'''=Testo 25 | '''Number'''=Numero 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/pt-PT.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alertar se alguém tocar à porta, mas ela não for aberta. 2 | '''When Someone Knocks?'''=Quando Alguém Tocar à Porta 3 | '''Where?'''=Onde? 4 | '''But not when they open this door?'''=Mas não quando esta porta for aberta 5 | '''Knock Delay (defaults to 5s)?'''=Atraso do Toque (predefinição de 5 segundos) 6 | '''How Long?'''=Quanto Tempo? 7 | '''Notifications'''=Notificações 8 | '''Send a push notification?'''=Enviar uma notificação push? 9 | '''Send a Text Message?'''=Enviar uma mensagem de texto? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detectou um toque à porta. 11 | '''Door Knocker'''=Door Knocker 12 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 13 | '''Assign a name'''=Atribuir um nome 14 | '''Tap to set'''=Tocar para definir 15 | '''Phone'''=Número de Telefone 16 | '''Which?'''=Qual? 17 | '''Yes'''=Sim 18 | '''No'''=Não 19 | '''Choose Modes'''=Escolher um modo 20 | '''Add a name'''=Adicionar um nome 21 | '''Tap to choose'''=Tocar para escolher 22 | '''Choose an icon'''=Escolher um ícone 23 | '''Next page'''=Página seguinte 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/et-EE.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Saate push-teavituse, kui teie piirkonnas tuvastatakse karmid ilmastikuolud. 2 | '''Note:'''=Märkus. 3 | '''Zip code'''=Sihtnumber 4 | '''Send notifications to'''=Saada teavitused: 5 | '''Phone Number 1'''=Telefoninumber 1 6 | '''Phone Number 2'''=Telefoninumber 2 7 | '''Phone Number 3'''=Telefoninumber 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Ilmahoiatus! {{alert.description}} alates {{alert.date}} kuni {{alert.expires}} 9 | '''Severe Weather Alert'''=Ohtliku ilma hoiatus 10 | '''Set for specific mode(s)'''=Valige konkreetne režiim / konkreetsed režiimid 11 | '''Assign a name'''=Määrake nimi 12 | '''Tap to set'''=Toksake, et määrata 13 | '''Phone'''=Telefoninumber 14 | '''Which?'''=Milline? 15 | '''Choose Modes'''=Vali režiim 16 | '''Set your location'''=Määrake oma asukoht 17 | '''Away'''=Eemal 18 | '''Home'''=Kodus 19 | '''Night'''=Öö 20 | '''Add a name'''=Lisa nimi 21 | '''Tap to choose'''=Toksake, et valida 22 | '''Choose an icon'''=Vali ikoon 23 | '''Next page'''=Järgmine leht 24 | '''Text'''=Tekst 25 | '''Number'''=Number 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/tr-TR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Bölgenizde zorlu hava koşulları olduğunda push bildirimi alın. 2 | '''Note:'''=Not: 3 | '''Zip code'''=Posta kodu 4 | '''Send notifications to'''=Bildirim gönderilecek kişi: 5 | '''Phone Number 1'''=Telefon Numarası 1 6 | '''Phone Number 2'''=Telefon Numarası 2 7 | '''Phone Number 3'''=Telefon Numarası 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Hava Durumu Uyarısı! {{alert.description}}: {{alert.date}} - {{alert.expires}} 9 | '''Severe Weather Alert'''=Şiddetli Hava Koşulları Uyarısı 10 | '''Set for specific mode(s)'''=Belirli modlar belirleyin 11 | '''Assign a name'''=İsim atayın 12 | '''Tap to set'''=Ayarlamak için dokunun 13 | '''Phone'''=Telefon Numarası 14 | '''Which?'''=Hangisi? 15 | '''Choose Modes'''=Modları seç 16 | '''Set your location'''=Konumunuzu belirleyin 17 | '''Away'''=Uzakta 18 | '''Home'''=Evde 19 | '''Night'''=Gece 20 | '''Add a name'''=Bir isim ekle 21 | '''Tap to choose'''=Seçmek için dokun 22 | '''Choose an icon'''=Bir simge seç 23 | '''Next page'''=Sonraki Sayfa 24 | '''Text'''=Metin 25 | '''Number'''=Numara 26 | -------------------------------------------------------------------------------- /devicetypes/smartenit/iot8-z-child-contact-switch.src/iot8-z-child-contact-switch.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * IOT8-Z_DI 3 | * 4 | * Copyright 2021 Luis Contreras 5 | * 6 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 7 | * in compliance with the License. You may obtain a copy of the License at: 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 12 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 13 | * for the specific language governing permissions and limitations under the License. 14 | */ 15 | metadata { 16 | definition (name: "IOT8-Z-child-contact-switch", namespace: "Smartenit", author: "Luis Contreras") { 17 | capability "Actuator" 18 | capability "Contact Sensor" 19 | capability "Switch" 20 | capability "Health Check" 21 | } 22 | } 23 | 24 | def on() { 25 | log.debug "Executing 'on'" 26 | parent.childOn(device.deviceNetworkId) 27 | } 28 | 29 | def off() { 30 | log.debug "Executing 'off'" 31 | parent.childOff(device.deviceNetworkId) 32 | } -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-door-temp-sensor.src/README.md: -------------------------------------------------------------------------------- 1 | # Z-Wave Door Temp Sensor 2 | 3 | Local Execution 4 | 5 | ## Table of contents 6 | 7 | * [Capabilities](#capabilities) 8 | * [Health](#device-health) 9 | * [Troubleshooting](#Troubleshooting) 10 | 11 | ## Capabilities 12 | 13 | * **Configuration** - _configure()_ command called when device is installed or device preferences updated 14 | * **Health Check** - indicates ability to get device health notifications 15 | * **Sensor** - detects sensor events 16 | * **Battery** - defines that the device has a battery 17 | * **Contact Sensor** - allows reading the value of a contact sensor device 18 | * **Temperature Measurement** -- allows temperature reporting 19 | 20 | ## Device Health 21 | 22 | Z-Wave Door/Temp Sensor is a Z-Wave sleepy device and checks in every 4 hours. 23 | Device-Watch allows 2 check-in misses from device plus some lag time. So Check-in interval = (2*4*60 + 2)mins = 482 mins. 24 | 25 | * __482min__ checkInterval 26 | 27 | ## Troubleshooting 28 | 29 | If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. 30 | Pairing needs to be tried again by placing the device closer to the hub. -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/ru-RU.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Предупреждать, если в дверь постучали, но никто не открыл. 2 | '''When Someone Knocks?'''=Когда кто-то стучит? 3 | '''Where?'''=Где? 4 | '''But not when they open this door?'''=Но не тогда, когда кто-то откроет эту дверь? 5 | '''Knock Delay (defaults to 5s)?'''=Задержка стука (по умолчанию — 5 секунд)? 6 | '''How Long?'''=Длительность? 7 | '''Notifications'''=Уведомления 8 | '''Send a push notification?'''=Отправить push-уведомление? 9 | '''Send a Text Message?'''=Отправить SMS-сообщение? 10 | '''{{kSensor}} detected a knock.'''=Датчик {{kSensor}} обнаружил стук. 11 | '''Door Knocker'''=Дверной молоток 12 | '''Set for specific mode(s)'''=Установить для определенного режима (режимов) 13 | '''Assign a name'''=Назначить название 14 | '''Tap to set'''=Коснитесь, чтобы установить 15 | '''Phone'''=Номер телефона 16 | '''Which?'''=Который? 17 | '''Yes'''=Да 18 | '''No'''=Нет 19 | '''Choose Modes'''=Выбрать режимы 20 | '''Add a name'''=Добавить название 21 | '''Tap to choose'''=Коснитесь, чтобы выбрать 22 | '''Choose an icon'''=Выбрать значок 23 | '''Next page'''=Следующая страница 24 | '''Text'''=Текст 25 | '''Number'''=Номер 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/nl-NL.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Ontvang een pushmelding bij noodweer in uw omgeving. 2 | '''Note:'''=Opmerking: 3 | '''Zip code'''=Postcode 4 | '''Send notifications to'''=Meldingen verzenden aan 5 | '''Phone Number 1'''=Telefoonnummer 1 6 | '''Phone Number 2'''=Telefoonnummer 2 7 | '''Phone Number 3'''=Telefoonnummer 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Weerwaarschuwing! {{alert.description}} van {{alert.date}} tot {{alert.expires}} 9 | '''Severe Weather Alert'''=Waarschuwingen voor zwaar weer 10 | '''Set for specific mode(s)'''=Instellen voor specifieke stand(en) 11 | '''Assign a name'''=Een naam toewijzen 12 | '''Tap to set'''=Tik om in te stellen 13 | '''Phone'''=Telefoonnummer 14 | '''Which?'''=Welke? 15 | '''Choose Modes'''=Een stand kiezen 16 | '''Set your location'''=Uw locatie instellen 17 | '''Away'''=Afwezig 18 | '''Home'''=Thuis 19 | '''Night'''=Nacht 20 | '''Add a name'''=Een naam toevoegen 21 | '''Tap to choose'''=Tik om te kiezen 22 | '''Choose an icon'''=Een pictogram kiezen 23 | '''Next page'''=Volgende pagina 24 | '''Text'''=Tekst 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/pl-PL.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Otrzymuj powiadomienia z serwera o bardzo trudnych warunkach pogodowych w Twojej okolicy. 2 | '''Note:'''=Uwaga: 3 | '''Zip code'''=Kod pocztowy 4 | '''Send notifications to'''=Wyślij powiadomienia do 5 | '''Phone Number 1'''=Numer telefonu 1 6 | '''Phone Number 2'''=Numer telefonu 2 7 | '''Phone Number 3'''=Numer telefonu 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alert pogodowy! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Severe Weather Alerts 10 | '''Set for specific mode(s)'''=Ustaw dla określonych trybów 11 | '''Assign a name'''=Przypisz nazwę 12 | '''Tap to set'''=Dotknij, aby ustawić 13 | '''Phone'''=Numer telefonu 14 | '''Which?'''=Który? 15 | '''Choose Modes'''=Wybór trybu 16 | '''Set your location'''=Ustaw swoją lokalizację 17 | '''Away'''=Nieobecność 18 | '''Home'''=Dom 19 | '''Night'''=Noc 20 | '''Add a name'''=Dodaj nazwę 21 | '''Tap to choose'''=Dotknij, aby wybrać 22 | '''Choose an icon'''=Wybór ikony 23 | '''Next page'''=Następna strona 24 | '''Text'''=Tekst 25 | '''Number'''=Numer 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/fr-CA.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alerte si on cogne à la porte, mais qu’elle n’est pas ouverte. 2 | '''When Someone Knocks?'''=Lorsque quelqu’un cogne 3 | '''Where?'''=Où? 4 | '''But not when they open this door?'''=Mais pas quand on ouvre cette porte 5 | '''Knock Delay (defaults to 5s)?'''=Délai après le coup à la porte (défini par défaut à 5 sec) 6 | '''How Long?'''=Combien de temps? 7 | '''Notifications'''=Notifications 8 | '''Send a push notification?'''=Envoyer une notification poussée? 9 | '''Send a Text Message?'''=Envoyer un message texte? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} a détecté un coup à la porte. 11 | '''Door Knocker'''=Door Knocker 12 | '''Set for specific mode(s)'''=Régler pour un ou des mode(s) spécifique(s) 13 | '''Assign a name'''=Assigner un nom 14 | '''Tap to set'''=Toucher pour régler 15 | '''Phone'''=Numéro de téléphone 16 | '''Which?'''=Lequel? 17 | '''Yes'''=Oui 18 | '''No'''=Non 19 | '''Choose Modes'''=Choisir un mode 20 | '''Add a name'''=Ajouter un nom 21 | '''Tap to choose'''=Toucher pour choisir 22 | '''Choose an icon'''=Choisir une icône 23 | '''Next page'''=Page suivante 24 | '''Text'''=Texte 25 | '''Number'''=Numéro 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/bg-BG.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Получете насочено уведомление при сурово време във вашата област. 2 | '''Note:'''=Забележка: 3 | '''Zip code'''=Пощенски код 4 | '''Send notifications to'''=Изпращане на уведомления до 5 | '''Phone Number 1'''=Телефонен номер 1 6 | '''Phone Number 2'''=Телефонен номер 2 7 | '''Phone Number 3'''=Телефонен номер 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Известие за времето! {{alert.description}} от {{alert.date}} до {{alert.expires}} 9 | '''Severe Weather Alert'''=Известия за сурово време 10 | '''Set for specific mode(s)'''=Зададено за конкретни режими 11 | '''Assign a name'''=Назначаване на име 12 | '''Tap to set'''=Докосване за задаване 13 | '''Phone'''=Телефонен номер 14 | '''Which?'''=Кое? 15 | '''Choose Modes'''=Избор на режим 16 | '''Set your location'''=Задаване на местоположение 17 | '''Away'''=Навън 18 | '''Home'''=Вкъщи 19 | '''Night'''=Нощ 20 | '''Add a name'''=Добавяне на име 21 | '''Tap to choose'''=Докосване за избор 22 | '''Choose an icon'''=Избор на икона 23 | '''Next page'''=Следваща страница 24 | '''Text'''=Текст 25 | '''Number'''=Номер 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/cs-CZ.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Budete automaticky upozorněni, když je ve vaší oblasti extrémní počasí. 2 | '''Note:'''=Poznámka: 3 | '''Zip code'''=Poštovní směrovací číslo 4 | '''Send notifications to'''=Odesílat oznámení na 5 | '''Phone Number 1'''=Telefonní číslo 1 6 | '''Phone Number 2'''=Telefonní číslo 2 7 | '''Phone Number 3'''=Telefonní číslo 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Varování před špatným počasím! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Závažná upozornění na počasí 10 | '''Set for specific mode(s)'''=Nastavit pro konkrétní režimy 11 | '''Assign a name'''=Přiřadit název 12 | '''Tap to set'''=Nastavte klepnutím 13 | '''Phone'''=Telefonní číslo 14 | '''Which?'''=Který? 15 | '''Choose Modes'''=Zvolte režim 16 | '''Set your location'''=Nastavte svou polohu 17 | '''Away'''=Pryč 18 | '''Home'''=Doma 19 | '''Night'''=Noc 20 | '''Add a name'''=Přidejte název 21 | '''Tap to choose'''=Klepnutím zvolte 22 | '''Choose an icon'''=Zvolte ikonu 23 | '''Next page'''=Další stránka 24 | '''Text'''=Text 25 | '''Number'''=Číslo 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/sr-RS.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Primajte obaveštenja kada su u vašoj oblasti loši vremenski uslovi. 2 | '''Note:'''=Beleška: 3 | '''Zip code'''=Poštanski broj 4 | '''Send notifications to'''=Šalji obaveštenja na 5 | '''Phone Number 1'''=Broj telefona 1 6 | '''Phone Number 2'''=Broj telefona 2 7 | '''Phone Number 3'''=Broj telefona 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Upozorenje na vremenske prilike! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Upozorenja na loše vremenske prilike 10 | '''Set for specific mode(s)'''=Podesi za određene režime 11 | '''Assign a name'''=Dodeli ime 12 | '''Tap to set'''=Kucnite da biste podesili 13 | '''Phone'''=Broj telefona 14 | '''Which?'''=Koje? 15 | '''Choose Modes'''=Izaberite režim 16 | '''Set your location'''=Podesite lokaciju 17 | '''Away'''=Odsutni 18 | '''Home'''=Kod kuće 19 | '''Night'''=Noć 20 | '''Add a name'''=Dodajte ime 21 | '''Tap to choose'''=Kucnite da biste izabrali 22 | '''Choose an icon'''=Izaberite ikonu 23 | '''Next page'''=Sledeća strana 24 | '''Text'''=Tekst 25 | '''Number'''=Broj 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/de-DE.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Erhalten Sie eine Push-Benachrichtigung, wenn es in Ihrer Region ein Unwetter gibt. 2 | '''Note:'''=Hinweis: 3 | '''Zip code'''=Postleitzahl 4 | '''Send notifications to'''=Benachrichtigungen senden an 5 | '''Phone Number 1'''=Telefonnummer 1 6 | '''Phone Number 2'''=Telefonnummer 2 7 | '''Phone Number 3'''=Telefonnummer 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Wetterwarnung! {{alert.description}} von {{alert.date}} bis {{alert.expires}} 9 | '''Severe Weather Alert'''=Unwetterwarnungen 10 | '''Set for specific mode(s)'''=Für bestimmte Modi festlegen 11 | '''Assign a name'''=Einen Namen zuweisen 12 | '''Tap to set'''=Zum Festlegen tippen 13 | '''Phone'''=Telefonnummer 14 | '''Which?'''=Welcher? 15 | '''Choose Modes'''=Modusauswahl 16 | '''Set your location'''=Ihren Standort festlegen 17 | '''Away'''=Abwesend 18 | '''Home'''=Anwesend 19 | '''Night'''=Nacht 20 | '''Add a name'''=Einen Namen hinzufügen 21 | '''Tap to choose'''=Zur Auswahl tippen 22 | '''Choose an icon'''=Symbolauswahl 23 | '''Next page'''=Nächste Seite 24 | '''Text'''=Text 25 | '''Number'''=Nummer 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/sq-AL.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Merr një njoftim push kur të bëjë mot i keq në zonën tënde. 2 | '''Note:'''=Shënim: 3 | '''Zip code'''=Kodi postar 4 | '''Send notifications to'''=Dërgo njoftime te 5 | '''Phone Number 1'''=Numri i telefonit 1 6 | '''Phone Number 2'''=Numri i telefonit 2 7 | '''Phone Number 3'''=Numri i telefonit 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Sinjalizim për motin! {{alert.description}} nga{{alert.date}} deri {{alert.expires}} 9 | '''Severe Weather Alert'''=Sinjalizime të motit të keq 10 | '''Set for specific mode(s)'''=Cilëso për regjim(e) specifik(e) 11 | '''Assign a name'''=Vëri një emër 12 | '''Tap to set'''=Trokit për ta cilësuar 13 | '''Phone'''=Numri i telefonit 14 | '''Which?'''=Çfarë? 15 | '''Choose Modes'''=Zgjidh një regjim 16 | '''Set your location'''=Cilësoje vendndodhjen tënde 17 | '''Away'''=Larguar 18 | '''Home'''=Shtëpi 19 | '''Night'''=Natën 20 | '''Add a name'''=Shto një emër 21 | '''Tap to choose'''=Trokit për të zgjedhur 22 | '''Choose an icon'''=Zgjidh një ikonë 23 | '''Next page'''=Faqja pasuese 24 | '''Text'''=Tekst 25 | '''Number'''=Numër 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/ca-ES.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alertar se se peta na porta pero non se abre. 2 | '''When Someone Knocks?'''=Cando alguén peta na porta 3 | '''Where?'''=Onde? 4 | '''But not when they open this door?'''=Pero non cando abren esta porta 5 | '''Knock Delay (defaults to 5s)?'''=Tempo entre chamadas á porta (establécese en 5 segundos de xeito predeterminado) 6 | '''How Long?'''=Durante canto tempo? 7 | '''Notifications'''=Notificacións 8 | '''Send a push notification?'''=Queres enviar unha notificación push? 9 | '''Send a Text Message?'''=Queres enviar unha mensaxe de texto? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detectou unha chamada á porta. 11 | '''Door Knocker'''=Door Knocker 12 | '''Set for specific mode(s)'''=Definir para modos específicos 13 | '''Assign a name'''=Asignar un nome 14 | '''Tap to set'''=Toca aquí para definir 15 | '''Phone'''=Número de teléfono 16 | '''Which?'''=Cal? 17 | '''Yes'''=Si 18 | '''No'''=Non 19 | '''Choose Modes'''=Escolle un modo 20 | '''Add a name'''=Engade un nome 21 | '''Tap to choose'''=Toca para escoller 22 | '''Choose an icon'''=Escolle unha icona 23 | '''Next page'''=Páxina seguinte 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/fr-FR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Envoyer une alerte si quelqu'un frappe à la porte, mais qu'elle ne s'ouvre pas. 2 | '''When Someone Knocks?'''=Quand quelqu'un frappe à la porte 3 | '''Where?'''=Où ? 4 | '''But not when they open this door?'''=Mais pas quand cette porte est ouverte 5 | '''Knock Delay (defaults to 5s)?'''=Temps de frappe à la porte (par défaut 5 s) 6 | '''How Long?'''=Quelle durée ? 7 | '''Notifications'''=Notifications 8 | '''Send a push notification?'''=Envoyer une notification Push ? 9 | '''Send a Text Message?'''=Envoyer un SMS ? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} a détecté que quelqu'un frappe à la porte. 11 | '''Door Knocker'''=Heurtoir de porte 12 | '''Set for specific mode(s)'''=Réglage pour mode(s) spécifique(s) 13 | '''Assign a name'''=Attribuer un nom 14 | '''Tap to set'''=Appuyez pour définir 15 | '''Phone'''=Numéro de téléphone 16 | '''Which?'''=Lequel ? 17 | '''Yes'''=Oui 18 | '''No'''=Non 19 | '''Choose Modes'''=Choisir un mode 20 | '''Add a name'''=Ajouter un nom 21 | '''Tap to choose'''=Appuyer pour choisir 22 | '''Choose an icon'''=Choisir une icône 23 | '''Next page'''=Page suivante 24 | '''Text'''=Texte 25 | '''Number'''=Nombre 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/ro-RO.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Trimiteți o alertă dacă se bate ușă, dar aceasta nu este deschisă. 2 | '''When Someone Knocks?'''=Atunci când bate cineva la ușă 3 | '''Where?'''=Unde? 4 | '''But not when they open this door?'''=Dar nu atunci când ușa este deschisă 5 | '''Knock Delay (defaults to 5s)?'''=Decalaj bătaie la ușă (valoare implicită 5 secunde) 6 | '''How Long?'''=Cât timp? 7 | '''Notifications'''=Notificări 8 | '''Send a push notification?'''=Trimiteți o notificare push? 9 | '''Send a Text Message?'''=Trimiteți un mesaj text? 10 | '''{{kSensor}} detected a knock.'''={{knockSensor.label?: knockSensor.name}} a detectat o bătaie la ușă. 11 | '''Door Knocker'''=Bătaie la ușă 12 | '''Set for specific mode(s)'''=Setați pentru anumite moduri 13 | '''Assign a name'''=Atribuiți un nume 14 | '''Tap to set'''=Atingeți pentru a seta 15 | '''Phone'''=Număr de telefon 16 | '''Which?'''=Care? 17 | '''Yes'''=Da 18 | '''No'''=Nu 19 | '''Choose Modes'''=Selectați un mod 20 | '''Add a name'''=Adăugați un nume 21 | '''Tap to choose'''=Atingeți pentru a selecta 22 | '''Choose an icon'''=Selectați o pictogramă 23 | '''Next page'''=Pagina următoare 24 | '''Text'''=Text 25 | '''Number'''=Număr 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/es-MX.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alertar si alguien llama a la puerta pero la puerta no se abre. 2 | '''When Someone Knocks?'''=Cuando alguien llama a la puerta 3 | '''Where?'''=¿Dónde? 4 | '''But not when they open this door?'''=Pero no cuando abren esta puerta 5 | '''Knock Delay (defaults to 5s)?'''=Espera tras llamada a la puerta (valor predeterminado: 5 s) 6 | '''How Long?'''=¿Cuánto tiempo? 7 | '''Notifications'''=Notificaciones 8 | '''Send a push notification?'''=¿Desea enviar una notificación push? 9 | '''Send a Text Message?'''=¿Desea enviar un mensaje de texto? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} detectó una llamada a la puerta. 11 | '''Door Knocker'''=Llamador de puerta 12 | '''Set for specific mode(s)'''=Definir para modos específicos 13 | '''Assign a name'''=Asignar un nombre 14 | '''Tap to set'''=Pulsar para definir 15 | '''Phone'''=Número de teléfono 16 | '''Which?'''=¿Cuál? 17 | '''Yes'''=Sí 18 | '''No'''=No 19 | '''Choose Modes'''=Elegir un modo 20 | '''Add a name'''=Añadir un nombre 21 | '''Tap to choose'''=Pulsar para elegir 22 | '''Choose an icon'''=Elegir un ícono 23 | '''Next page'''=Página siguiente 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/ro-RO.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Primiți o notificare push atunci când în zona dvs. sunt condiții meteo dificile. 2 | '''Note:'''=Notă: 3 | '''Zip code'''=Cod poștal 4 | '''Send notifications to'''=Trimiteți notificări către 5 | '''Phone Number 1'''=Număr de telefon 1 6 | '''Phone Number 2'''=Număr de telefon 2 7 | '''Phone Number 3'''=Număr de telefon 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alertă meteo! {{alert.description}} de la {{alert.date}} până la {{alert.expires}} 9 | '''Severe Weather Alert'''=Alerte vreme extremă 10 | '''Set for specific mode(s)'''=Setați pentru anumite moduri 11 | '''Assign a name'''=Atribuiți un nume 12 | '''Tap to set'''=Atingeți pentru a seta 13 | '''Phone'''=Număr de telefon 14 | '''Which?'''=Care? 15 | '''Choose Modes'''=Selectați un mod 16 | '''Set your location'''=Setați locația dvs. 17 | '''Away'''=Plecat 18 | '''Home'''=Acasă 19 | '''Night'''=Noapte 20 | '''Add a name'''=Adăugați un nume 21 | '''Tap to choose'''=Atingeți pentru a selecta 22 | '''Choose an icon'''=Selectați o pictogramă 23 | '''Next page'''=Pagina următoare 24 | '''Text'''=Text 25 | '''Number'''=Număr 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/es-ES.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Alerta si alguien llama a la puerta pero no se abre. 2 | '''When Someone Knocks?'''=Cuando alguien llama a la puerta 3 | '''Where?'''=¿Dónde? 4 | '''But not when they open this door?'''=Pero no cuando abran esta puerta 5 | '''Knock Delay (defaults to 5s)?'''=Espera tras llamar a la puerta (valor de 5 s predeterminado) 6 | '''How Long?'''=¿Cuánto tiempo? 7 | '''Notifications'''=Notificaciones 8 | '''Send a push notification?'''=¿Quieres enviar una notificación de difusión? 9 | '''Send a Text Message?'''=¿Quieres enviar un mensaje de texto? 10 | '''{{kSensor}} detected a knock.'''={{kSensor}} ha detectado que han llamado a la puerta. 11 | '''Door Knocker'''=Aldaba 12 | '''Set for specific mode(s)'''=Establecer para modo(s) específico(s) 13 | '''Assign a name'''=Asignar un nombre 14 | '''Tap to set'''=Pulsa para configurar 15 | '''Phone'''=Número de teléfono 16 | '''Which?'''=¿Qué? 17 | '''Yes'''=Sí 18 | '''No'''=No 19 | '''Choose Modes'''=Elegir un modo 20 | '''Add a name'''=Añadir un nombre 21 | '''Tap to choose'''=Pulsar para elegir 22 | '''Choose an icon'''=Elegir un icono 23 | '''Next page'''=Página siguiente 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/i18n/el-GR.properties: -------------------------------------------------------------------------------- 1 | '''Alert if door is knocked, but not opened.'''=Αποστολή ειδοποίησης αν κάποιος χτυπήσει την πόρτα, αλλά η πόρτα δεν ανοίξει. 2 | '''When Someone Knocks?'''=Όταν κάποιος χτυπάει 3 | '''Where?'''=Πού; 4 | '''But not when they open this door?'''=Αλλά όχι όταν ανοίξουν αυτήν την πόρτα 5 | '''Knock Delay (defaults to 5s)?'''=Καθυστέρηση χτυπήματος (η προεπιλογή είναι 5 δευτερόλεπτα) 6 | '''How Long?'''=Πόσο; 7 | '''Notifications'''=Ειδοποιήσεις 8 | '''Send a push notification?'''=Να σταλεί ειδοποίηση push; 9 | '''Send a Text Message?'''=Να σταλεί μήνυμα κειμένου; 10 | '''{{kSensor}} detected a knock.'''=Ο αισθητήρας {{kSensor}} ανίχνευσε χτύπο. 11 | '''Door Knocker'''=Ανίχνευση χτύπων στην πόρτα 12 | '''Set for specific mode(s)'''=Ορισμός για συγκεκριμένες λειτουργίες 13 | '''Assign a name'''=Αντιστοίχιση ονόματος 14 | '''Tap to set'''=Πατήστε για ρύθμιση 15 | '''Phone'''=Αριθμός τηλεφώνου 16 | '''Which?'''=Ποιος; 17 | '''Yes'''=Ναι 18 | '''No'''=Όχι 19 | '''Choose Modes'''=Επιλέξτε μια λειτουργία 20 | '''Add a name'''=Προσθέστε ένα όνομα 21 | '''Tap to choose'''=Πατήστε για επιλογή 22 | '''Choose an icon'''=Επιλέξτε ένα εικονίδιο 23 | '''Next page'''=Επόμενη σελίδα 24 | '''Text'''=Κείμενο 25 | '''Number'''=Αριθμός 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/sk-SK.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Získajte automaticky doručované oznámenie, keď bude vo vašej oblasti nepriaznivé počasie. 2 | '''Note:'''=Poznámka: 3 | '''Zip code'''=Poštové smerovacie číslo 4 | '''Send notifications to'''=Odosielať oznámenia na 5 | '''Phone Number 1'''=Telefónne číslo 1 6 | '''Phone Number 2'''=Telefónne číslo 2 7 | '''Phone Number 3'''=Telefónne číslo 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Upozornenie na počasie! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Upozornenia na nepriaznivé počasie 10 | '''Set for specific mode(s)'''=Nastaviť pre konkrétne režimy 11 | '''Assign a name'''=Priradiť názov 12 | '''Tap to set'''=Ťuknutím môžete nastaviť 13 | '''Phone'''=Telefónne číslo 14 | '''Which?'''=Ktorý? 15 | '''Choose Modes'''=Vyberte režim 16 | '''Set your location'''=Nastaviť vašu polohu 17 | '''Away'''=Preč 18 | '''Home'''=Doma 19 | '''Night'''=Noc 20 | '''Add a name'''=Pridajte názov 21 | '''Tap to choose'''=Ťuknutím vyberte 22 | '''Choose an icon'''=Vyberte ikonu 23 | '''Next page'''=Nasledujúca strana 24 | '''Text'''=Text 25 | '''Number'''=Číslo 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/sl-SI.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Pridobite potisno obvestilo, ko bodo na vašem območju nevarne vremenske razmere. 2 | '''Note:'''=Opomba: 3 | '''Zip code'''=Poštna številka 4 | '''Send notifications to'''=Pošlji obvestila na št. 5 | '''Phone Number 1'''=Telefonska številka 1 6 | '''Phone Number 2'''=Telefonska številka 2 7 | '''Phone Number 3'''=Telefonska številka 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Vremensko opozorilo! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Opozorila o nevarnih vremenskih razmerah 10 | '''Set for specific mode(s)'''=Nastavi za določene načine 11 | '''Assign a name'''=Določi ime 12 | '''Tap to set'''=Pritisnite za nastavitev 13 | '''Phone'''=Telefonska številka 14 | '''Which?'''=Kateri? 15 | '''Choose Modes'''=Izberite način 16 | '''Set your location'''=Nastavite lokacijo 17 | '''Away'''=Odsoten 18 | '''Home'''=Doma 19 | '''Night'''=Noč 20 | '''Add a name'''=Dodajte ime 21 | '''Tap to choose'''=Pritisnite za izbiro 22 | '''Choose an icon'''=Izberite ikono 23 | '''Next page'''=Naslednja stran 24 | '''Text'''=Besedilo 25 | '''Number'''=Številka 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/child-venetian-blind.src/child-venetian-blind.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2020 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | metadata { 15 | definition(name: "Child Venetian Blind", namespace: "smartthings", author: "SmartThings") { 16 | capability "Switch Level" 17 | capability "Actuator" 18 | capability "Sensor" 19 | } 20 | 21 | tiles(scale: 2) { 22 | valueTile("slatsLevel", "device.level", width: 4, height: 1) { 23 | state "level", label: 'Slats covers in ${currentValue}% ', defaultState: true 24 | } 25 | 26 | main "slatsLevel" 27 | details(["slatsLevel"]) 28 | } 29 | } 30 | 31 | def setLevel(level) { 32 | parent.setSlats(device.deviceNetworkId, level) 33 | } -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/pt-PT.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Receber uma notificação push quando estiverem condições meteorológicas severas na sua área. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=Código postal 4 | '''Send notifications to'''=Enviar notificações para 5 | '''Phone Number 1'''=Número de Telefone 1 6 | '''Phone Number 2'''=Número de Telefone 2 7 | '''Phone Number 3'''=Número de Telefone 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerta Meteorológico! {{alert.description}} de {{alert.date}} até {{alert.expires}} 9 | '''Severe Weather Alert'''=Severe Weather Alerts 10 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 11 | '''Assign a name'''=Atribuir um nome 12 | '''Tap to set'''=Tocar para definir 13 | '''Phone'''=Número de Telefone 14 | '''Which?'''=Qual? 15 | '''Choose Modes'''=Escolher um modo 16 | '''Set your location'''=Definir a sua localização 17 | '''Away'''=Fora 18 | '''Home'''=Casa 19 | '''Night'''=Noite 20 | '''Add a name'''=Adicionar um nome 21 | '''Tap to choose'''=Tocar para escolher 22 | '''Choose an icon'''=Escolher um ícone 23 | '''Next page'''=Página seguinte 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/hr-HR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Primite push obavijest kad se vremenski uvjeti značajno pogoršaju u vašem području. 2 | '''Note:'''=Napomena: 3 | '''Zip code'''=Poštanski broj 4 | '''Send notifications to'''=Šalji obavijesti na 5 | '''Phone Number 1'''=Telefonski broj 1 6 | '''Phone Number 2'''=Telefonski broj 2 7 | '''Phone Number 3'''=Telefonski broj 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Upozorenje o vremenu! {{alert.description}} od {{alert.date}} do {{alert.expires}} 9 | '''Severe Weather Alert'''=Upozorenja o teškim vremenskim uvjetima 10 | '''Set for specific mode(s)'''=Postavi za određeni način rada (ili više njih) 11 | '''Assign a name'''=Dodijeli naziv 12 | '''Tap to set'''=Dodirnite za postavljanje 13 | '''Phone'''=Telefonski broj 14 | '''Which?'''=Koji? 15 | '''Choose Modes'''=Odaberite način 16 | '''Set your location'''=Postavljanje lokacije 17 | '''Away'''=Odsutan 18 | '''Home'''=Kuća 19 | '''Night'''=Noć 20 | '''Add a name'''=Dodajte naziv 21 | '''Tap to choose'''=Dodirnite za odabir 22 | '''Choose an icon'''=Odaberite ikonu 23 | '''Next page'''=Sljedeća stranica 24 | '''Text'''=Tekst 25 | '''Number'''=Broj 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/fr-CA.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Recevoir une notification poussée lorsque du temps violent se manifeste dans votre région. 2 | '''Note:'''=Remarque : 3 | '''Zip code'''=Code postal 4 | '''Send notifications to'''=Envoyer les notifications au 5 | '''Phone Number 1'''=Numéro de téléphone 1 6 | '''Phone Number 2'''=Numéro de téléphone 2 7 | '''Phone Number 3'''=Numéro de téléphone 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerte météo! {{alert.description}} du {{alert.date}} au {{alert.expires}} 9 | '''Severe Weather Alert'''=Severe Weather Alerts 10 | '''Set for specific mode(s)'''=Régler pour un ou des mode(s) spécifique(s) 11 | '''Assign a name'''=Assigner un nom 12 | '''Tap to set'''=Toucher pour régler 13 | '''Phone'''=Numéro de téléphone 14 | '''Which?'''=Lequel? 15 | '''Choose Modes'''=Choisir un mode 16 | '''Set your location'''=Définir votre position 17 | '''Away'''=Absent 18 | '''Home'''=Domicile 19 | '''Night'''=Nuit 20 | '''Add a name'''=Ajouter un nom 21 | '''Tap to choose'''=Toucher pour choisir 22 | '''Choose an icon'''=Choisir une icône 23 | '''Next page'''=Page suivante 24 | '''Text'''=Texte 25 | '''Number'''=Numéro 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/arrival-sensor-ha.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2016 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Give your device a name'''.ko=기기 이름 설정 17 | '''Set Device Image'''.ko=기기 이미지 설정 18 | '''Arrival Sensor'''.ko=도착알림 센서 19 | '''SmartThings Presence Sensor'''.ko=도착알림 센서 20 | '''${currentValue}% battery'''.ko=${currentValue}% 배터리 21 | # Events / Notifications 22 | '''{{ linkText }} battery was {{ value }}'''.ko={{ linkText }}의 남은 배터리 {{ value }} 23 | '''{{ linkText }} has arrived'''.ko={{ linkText }} 귀가 24 | '''{{ linkText }} has left'''.ko={{ linkText }} 외출 25 | #============================================================================== 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/ca-ES.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Recibe unha notificación push cando haxa condicións climatolóxicas malas na túa zona. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=Código postal 4 | '''Send notifications to'''=Enviar notificacións a 5 | '''Phone Number 1'''=Número de teléfono 1 6 | '''Phone Number 2'''=Número de teléfono 2 7 | '''Phone Number 3'''=Número de teléfono 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerta meteorolóxica. {{alert.description}} do {{alert.date}} ao {{alert.expires}} 9 | '''Severe Weather Alert'''=Alertas d e condicións meteorolóxicas extremas 10 | '''Set for specific mode(s)'''=Definir para modos específicos 11 | '''Assign a name'''=Asignar un nome 12 | '''Tap to set'''=Toca aquí para definir 13 | '''Phone'''=Número de teléfono 14 | '''Which?'''=Cal? 15 | '''Choose Modes'''=Escolle un modo 16 | '''Set your location'''=Define a túa localización 17 | '''Away'''=Ausente 18 | '''Home'''=Casa 19 | '''Night'''=Noite 20 | '''Add a name'''=Engade un nome 21 | '''Tap to choose'''=Toca para escoller 22 | '''Choose an icon'''=Escolle unha icona 23 | '''Next page'''=Páxina seguinte 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/pt-BR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Receba uma notificação por push quando as condições climáticas forem extremas na sua área. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=Código postal 4 | '''Send notifications to'''=Enviar notificações para 5 | '''Phone Number 1'''=Número de telefone 1 6 | '''Phone Number 2'''=Número de telefone 2 7 | '''Phone Number 3'''=Número de telefone 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerta climático! {{alert.description}} de {{alert.date}} até {{alert.expires}} 9 | '''Severe Weather Alert'''=Alertas de condições climáticas extremas 10 | '''Set for specific mode(s)'''=Definir para modo(s) específico(s) 11 | '''Assign a name'''=Atribuir um nome 12 | '''Tap to set'''=Toque para definir 13 | '''Phone'''=Número de telefone 14 | '''Which?'''=Qual? 15 | '''Choose Modes'''=Escolha um modo 16 | '''Set your location'''=Defina sua localização 17 | '''Away'''=Ausente 18 | '''Home'''=Em casa 19 | '''Night'''=Noite 20 | '''Add a name'''=Adicione um nome 21 | '''Tap to choose'''=Toque para escolher 22 | '''Choose an icon'''=Escolha um ícone 23 | '''Next page'''=Próxima página 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/es-MX.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Recibir una notificación push cuando hay condiciones climáticas extremas en su área. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=Código postal 4 | '''Send notifications to'''=Enviar notificaciones a 5 | '''Phone Number 1'''=Número de teléfono 1 6 | '''Phone Number 2'''=Número de teléfono 2 7 | '''Phone Number 3'''=Número de teléfono 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerta meteorológica. {{alert.description}} desde las {{alert.date}} hasta las {{alert.expires}} 9 | '''Severe Weather Alert'''=Alertas de condiciones climáticas extremas 10 | '''Set for specific mode(s)'''=Definir para modos específicos 11 | '''Assign a name'''=Asignar un nombre 12 | '''Tap to set'''=Pulsar para definir 13 | '''Phone'''=Número de teléfono 14 | '''Which?'''=¿Cuál? 15 | '''Choose Modes'''=Elegir un modo 16 | '''Set your location'''=Defina su ubicación 17 | '''Away'''=Ausente 18 | '''Home'''=En casa 19 | '''Night'''=Noche 20 | '''Add a name'''=Añadir un nombre 21 | '''Tap to choose'''=Pulsar para elegir 22 | '''Choose an icon'''=Elegir un ícono 23 | '''Next page'''=Página siguiente 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/fr-FR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Obtenez une notification push quand votre région est touchée par des conditions météorologiques extrêmes. 2 | '''Note:'''=Note : 3 | '''Zip code'''=Code postal 4 | '''Send notifications to'''=Envoyer des notifications à 5 | '''Phone Number 1'''=Numéro de téléphone 1 6 | '''Phone Number 2'''=Numéro de téléphone 2 7 | '''Phone Number 3'''=Numéro de téléphone 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Alerte météo ! {{alert.description}} du {{alert.date}} au {{alert.expires}} 9 | '''Severe Weather Alert'''=Alertes météo graves 10 | '''Set for specific mode(s)'''=Réglage pour mode(s) spécifique(s) 11 | '''Assign a name'''=Attribuer un nom 12 | '''Tap to set'''=Appuyez pour définir 13 | '''Phone'''=Numéro de téléphone 14 | '''Which?'''=Lequel ? 15 | '''Choose Modes'''=Choisir un mode 16 | '''Set your location'''=Définition de votre position 17 | '''Away'''=Absent 18 | '''Home'''=Domicile 19 | '''Night'''=Nuit 20 | '''Add a name'''=Ajouter un nom 21 | '''Tap to choose'''=Appuyer pour choisir 22 | '''Choose an icon'''=Choisir une icône 23 | '''Next page'''=Page suivante 24 | '''Text'''=Texte 25 | '''Number'''=Nombre 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/hu-HU.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Push-értesítés küldése az Ön tartózkodási helye környékén észlelt szélsőséges időjárásról. 2 | '''Note:'''=Megjegyzés: 3 | '''Zip code'''=Irányítószám 4 | '''Send notifications to'''=Értesítések küldése ide: 5 | '''Phone Number 1'''=1. telefonszám 6 | '''Phone Number 2'''=2. telefonszám 7 | '''Phone Number 3'''=3. telefonszám 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Időjárási jelzés! {{alert.description}} {{alert.date}} és {{alert.expires}} között 9 | '''Severe Weather Alert'''=Szélsőséges időjárásra figyelmeztető riasztások 10 | '''Set for specific mode(s)'''=Beállítás adott mód(ok)hoz 11 | '''Assign a name'''=Név hozzárendelése 12 | '''Tap to set'''=Érintse meg a beállításhoz 13 | '''Phone'''=Telefonszám 14 | '''Which?'''=Melyik? 15 | '''Choose Modes'''=Mód kiválasztása 16 | '''Set your location'''=Tartózkodási hely beállítása 17 | '''Away'''=Távol 18 | '''Home'''=Otthon 19 | '''Night'''=Éjszaka 20 | '''Add a name'''=Név hozzáadása 21 | '''Tap to choose'''=Érintse meg a kiválasztáshoz 22 | '''Choose an icon'''=Ikon kiválasztása 23 | '''Next page'''=Következő oldal 24 | '''Text'''=Szöveg 25 | '''Number'''=Szám 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/it-IT.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Consente di ricevere una notifica push quando la vostra area è interessata da condizioni meteorologiche gravi. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=CAP 4 | '''Send notifications to'''=Invia notifiche a 5 | '''Phone Number 1'''=Numero di telefono 1 6 | '''Phone Number 2'''=Numero di telefono 2 7 | '''Phone Number 3'''=Numero di telefono 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Avviso meteo! {{alert.description}} dal {{alert.date}} al {{alert.expires}} 9 | '''Severe Weather Alert'''=Avvisi di condizioni meteorologiche avverse 10 | '''Set for specific mode(s)'''=Imposta per modalità specifiche 11 | '''Assign a name'''=Assegna nome 12 | '''Tap to set'''=Toccate per impostare 13 | '''Phone'''=Numero di telefono 14 | '''Which?'''=Quale? 15 | '''Choose Modes'''=Scegliete una modalità 16 | '''Set your location'''=Impostate la posizione 17 | '''Away'''=Assente 18 | '''Home'''=Casa 19 | '''Night'''=Notte 20 | '''Add a name'''=Aggiungete un nome 21 | '''Tap to choose'''=Toccate per scegliere 22 | '''Choose an icon'''=Scegliete un’icona 23 | '''Next page'''=Pagina successiva 24 | '''Text'''=Testo 25 | '''Number'''=Numero 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/eaton-accessory-dimmer.src/README.md: -------------------------------------------------------------------------------- 1 | # Eaton Accesory Dimmer 2 | 3 | Cloud Execution 4 | 5 | Works with: 6 | 7 | * [RF Accessory Dimmer - RF9542-Z](http://www.cooperindustries.com/content/public/en/wiring_devices/products/lighting_controls/aspire_rf_wireless/dimmers/aspire_rf_accessory_w_leds_rf9542_z_.html) 8 | 9 | ## Table of contents 10 | 11 | * [Installation](#installation) 12 | * [Supported Features](#supported-features) 13 | * [Deinstallation](#deinstallation) 14 | 15 | 16 | ## Installation 17 | 18 | When device is not connected to z-wave network, one blue LED will be blinking. 19 | 20 | * To include this device in SmartThings Hub network, start device discovery from SmartThings app, then press the device's On/Off button one time. 21 | * Device LED should stop blinking 22 | * If device's LED does not stop blinking after a while, press device's button again. 23 | 24 | Repeat last step until device successfuly connects to SmartThing network. 25 | 26 | ## Supported Features 27 | 28 | * SmartThings support Eaton Dimmer's switch functionality. 29 | * SmartThings support setting device's dimmer level. 30 | 31 | ## Denstallation 32 | 33 | * Start device exclusion using SmartThings app. 34 | * Press on/off button on the device one time to exclude it from SmartThings. 35 | -------------------------------------------------------------------------------- /devicetypes/smartenit/iot8-z-child-analog-contact-switch.src/iot8-z-child-analog-contact-switch.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Virtual IOT8Z 3 | * 4 | * Copyright 2021 Luis Contreras 5 | * 6 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 7 | * in compliance with the License. You may obtain a copy of the License at: 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 12 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 13 | * for the specific language governing permissions and limitations under the License. 14 | */ 15 | 16 | metadata { 17 | definition (name: "IOT8-Z-child-analog-contact-switch", namespace: "Smartenit", author: "Luis Contreras", cstHandler: true, mnmn: "SmartThingsCommunity", vid: "50830b33-69d6-32a0-bebd-952eac44d074") { 18 | capability "Contact Sensor" 19 | capability "Sensor" 20 | capability "Switch" 21 | capability "monthpublic25501.analogSensor" 22 | } 23 | } 24 | 25 | // handle commands 26 | def on() { 27 | parent.childOn(device.deviceNetworkId) 28 | } 29 | 30 | def off() { 31 | parent.childOff(device.deviceNetworkId) 32 | } -------------------------------------------------------------------------------- /smartapps/smartthings/thermostats.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Receive notifications when anything happens in your home.'''=집에 무슨 일이 일어나면 알림을 받습니다. 2 | '''Choose one or more, when...'''=조건을 하나 이상 선택... 3 | '''Smoke Detected'''=연기 감지 4 | '''Carbon Monoxide Detected'''=일산화탄소 감지 5 | '''Turn off these thermostats'''=온도조절기 끄기 6 | '''Thermostats'''=온도조절기 7 | '''Send this message (optional, sends standard status message if not specified)'''=메시지 보내기(선택 사항, 설정하지 않으면 표준 메시지를 보냄) 8 | '''Message Text'''=메시지 텍스트 9 | '''Via a push notification and/or an SMS message'''=푸시 알림이나 문자 메시지를 통해 10 | '''Send notifications to'''=다음으로 알림 보내기 11 | '''Enter a phone number to get SMS'''=문자를 받을 전화번호를 입력하세요 12 | '''If outside the US please make sure to enter the proper country code'''=미국 이외의 지역에서는 국가번호를 정확하게 입력하세요 13 | '''Notify me via Push Notification'''=푸시 알림을 통해 알림 14 | '''Minimum time between messages (optional, defaults to every message)'''=메시지 간격(선택 사항, 모든 메시지의 기본값) 15 | '''Minutes'''=분 16 | '''Thermostats'''=온도조절기 17 | '''Set for specific mode(s)'''=특정 모드 설정 18 | '''Assign a name'''=이름 지정 19 | '''Tap to set'''=설정하려면 누르세요 20 | '''Phone'''=전화번호 21 | '''Which?'''=사용할 장치는? 22 | '''Add a name'''=이름 추가 23 | '''Tap to choose'''=눌러서 선택 24 | '''Choose an icon'''=아이콘 선택 25 | '''Next page'''=다음 페이지 26 | '''Text'''=텍스트 27 | '''Number'''=번호 28 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/es-ES.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Recibe una notificación de difusión cuando haya condiciones meteorológicas extremas en tu área. 2 | '''Note:'''=Nota: 3 | '''Zip code'''=Código postal 4 | '''Send notifications to'''=Enviar notificaciones a 5 | '''Phone Number 1'''=Número de teléfono 1 6 | '''Phone Number 2'''=Número de teléfono 2 7 | '''Phone Number 3'''=Número de teléfono 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=¡Alerta meteorológica! {{alert.description}} para el {{alert.date}} hasta el {{alert.expires}} 9 | '''Severe Weather Alert'''=Alertas de condiciones meteorológicas extremas 10 | '''Set for specific mode(s)'''=Establecer para modo(s) específico(s) 11 | '''Assign a name'''=Asignar un nombre 12 | '''Tap to set'''=Pulsa para configurar 13 | '''Phone'''=Número de teléfono 14 | '''Which?'''=¿Qué? 15 | '''Choose Modes'''=Elegir un modo 16 | '''Set your location'''=Establecer tu ubicación 17 | '''Away'''=Fuera 18 | '''Home'''=En casa 19 | '''Night'''=Noche 20 | '''Add a name'''=Añadir un nombre 21 | '''Tap to choose'''=Pulsar para elegir 22 | '''Choose an icon'''=Elegir un icono 23 | '''Next page'''=Página siguiente 24 | '''Text'''=Texto 25 | '''Number'''=Número 26 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/ru-RU.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Получение push-уведомлений при наличии неблагоприятных погодных условий в вашем районе. 2 | '''Note:'''=Примечание. 3 | '''Zip code'''=Почтовый индекс 4 | '''Send notifications to'''=Куда отправлять уведомления 5 | '''Phone Number 1'''=Номер телефона 1 6 | '''Phone Number 2'''=Номер телефона 2 7 | '''Phone Number 3'''=Номер телефона 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Предупреждение о погоде! {{alert.description}} с {{alert.date}} до {{alert.expires}} 9 | '''Severe Weather Alert'''=Оповещения о неблагоприятных погодных условиях 10 | '''Set for specific mode(s)'''=Установить для определенного режима (режимов) 11 | '''Assign a name'''=Назначить название 12 | '''Tap to set'''=Коснитесь, чтобы установить 13 | '''Phone'''=Номер телефона 14 | '''Which?'''=Который? 15 | '''Choose Modes'''=Выбрать режимы 16 | '''Set your location'''=Укажите местоположение 17 | '''Away'''=Не дома 18 | '''Home'''=Дома 19 | '''Night'''=Ночь 20 | '''Add a name'''=Добавить название 21 | '''Tap to choose'''=Коснитесь, чтобы выбрать 22 | '''Choose an icon'''=Выбрать значок 23 | '''Next page'''=Следующая страница 24 | '''Text'''=Текст 25 | '''Number'''=Номер 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/unknown.src/unknown.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | metadata { 15 | definition (name: "Unknown", namespace: "smartthings", author: "SmartThings") { 16 | } 17 | 18 | // simulator metadata 19 | simulator { 20 | // Not Applicable to Unknown Device 21 | } 22 | 23 | // UI tile definitions 24 | tiles { 25 | standardTile("unknown", "device.unknown", width: 2, height: 2) { 26 | state(name:"default", icon:"st.unknown.unknown.unknown", backgroundColor:"#ffffff", label: "Unknown") 27 | } 28 | 29 | main "unknown" 30 | details "unknown" 31 | } 32 | } 33 | 34 | // Parse incoming device messages to generate events 35 | def parse(String description) { 36 | // None 37 | } 38 | -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/i18n/el-GR.properties: -------------------------------------------------------------------------------- 1 | '''Get a push notification when severe weather is in your area.'''=Λάβετε ειδοποίηση push όταν παρουσιάζονται έντονα καιρικά φαινόμενα στην περιοχή σας. 2 | '''Note:'''=Σημείωση: 3 | '''Zip code'''=Ταχυδρομικός κωδικός 4 | '''Send notifications to'''=Αποστολή ειδοποιήσεων προς 5 | '''Phone Number 1'''=Αριθμός τηλεφώνου 1 6 | '''Phone Number 2'''=Αριθμός τηλεφώνου 2 7 | '''Phone Number 3'''=Αριθμός τηλεφώνου 3 8 | '''Weather Alert! {{alert.description}} from {{alert.date}} until {{alert.expires}}'''=Ειδοποίηση για τον καιρό! {{alert.description}} από {{alert.date}} έως {{alert.expires}} 9 | '''Severe Weather Alert'''=Ειδοποιήσεις για σοβαρά καιρικά φαινόμενα 10 | '''Set for specific mode(s)'''=Ορισμός για συγκεκριμένες λειτουργίες 11 | '''Assign a name'''=Αντιστοίχιση ονόματος 12 | '''Tap to set'''=Πατήστε για ρύθμιση 13 | '''Phone'''=Αριθμός τηλεφώνου 14 | '''Which?'''=Ποιος; 15 | '''Choose Modes'''=Επιλέξτε μια λειτουργία 16 | '''Set your location'''=Ορισμός της τοποθεσίας σας 17 | '''Away'''=Εκτός 18 | '''Home'''=Σπίτι 19 | '''Night'''=Νύχτα 20 | '''Add a name'''=Προσθέστε ένα όνομα 21 | '''Tap to choose'''=Πατήστε για επιλογή 22 | '''Choose an icon'''=Επιλέξτε ένα εικονίδιο 23 | '''Next page'''=Επόμενη σελίδα 24 | '''Text'''=Κείμενο 25 | '''Number'''=Αριθμός 26 | -------------------------------------------------------------------------------- /devicetypes/smartthings/particulate-detector.src/particulate-detector.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | metadata { 15 | definition (name: "Particulate Detector", namespace: "smartthings", author: "SmartThings") { 16 | } 17 | 18 | // simulator metadata 19 | simulator { 20 | // TBD 21 | } 22 | 23 | // tile definitions 24 | tiles { 25 | standardTile("particulate", "device.particulate", width: 2, height: 2) { 26 | state "default", icon: "st.particulate.particulate.particulate", backgroundColor: "#ffffff" 27 | } 28 | 29 | main "particulate" 30 | details "particulate" 31 | } 32 | } 33 | 34 | // Parse incoming device messages to generate events 35 | def parse(String description) { 36 | // TBD 37 | } 38 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-multi-switch.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Orvibo Switch 1'''.zh-cn=欧瑞博智能多路墙面开关 1 17 | '''Orvibo 2 Gang Switch 1'''.zh-cn=欧瑞博智能墙面开关(二开) 1 18 | '''Orvibo 3 Gang Switch 1'''.zh-cn=欧瑞博智能墙面开关(三开) 1 19 | '''GDKES Switch 1'''.zh-cn=粤奇胜智能多路墙面开关 1 20 | '''GDKES 3 Gang Switch 1'''.zh-cn=粤奇胜智能墙面开关(三开) 1 21 | '''GDKES 2 Gang Switch 1'''.zh-cn=粤奇胜智能墙面开关(二开) 1 22 | '''HONYAR Switch 1'''.zh-cn=鸿雁智能多路墙面开关 1 23 | '''HONYAR 2 Gang Switch 1'''.zh-cn=鸿雁智能墙面开关(二开) 1 24 | '''HONYAR 3 Gang Switch 1'''.zh-cn=鸿雁智能墙面开关(三开) 1 25 | '''HEIMAN Switch 1'''.zh-cn=海曼智能多路墙面开关 1 26 | '''HEIMAN 3 Gang Switch 1'''.zh-cn=海曼智能墙面开关(三开) 1 27 | '''HEIMAN 2 Gang Switch 1'''.zh-cn=海曼智能墙面开关(二开) 1 28 | -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-device-preferences.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Enum Types Description'''.fr=Enum Types Description (French) 17 | '''Enum Description (key/value options)'''.fr=Enum Description (key/value options) (French) 18 | '''Enum1 - Option A Value'''.fr=Enum1 - Option A Value (French) 19 | '''default password'''.fr=default password (French) 20 | 21 | '''Enum Types Description'''.es=Enum Types Description (Spanish) 22 | '''Enum Description (key/value options)'''.es=Enum Description (key/value options) (Spanish) 23 | '''Enum1 - Option A Value'''.es=Enum1 - Option A Value (Spanish) 24 | '''default password'''.es=default password (Spanish) 25 | -------------------------------------------------------------------------------- /devicetypes/smartthings/thing.src/thing.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | //Thing is used while a device is in the process of being joined 15 | 16 | metadata { 17 | definition (name: "Thing", namespace: "smartthings", author: "SmartThings") { 18 | } 19 | 20 | // simulator metadata 21 | simulator { 22 | // Not Applicable to Thing Device 23 | } 24 | 25 | // UI tile definitions 26 | tiles { 27 | standardTile("thing", "device.thing", width: 2, height: 2) { 28 | state(name:"default", icon: "st.unknown.thing.thing-circle", label: "Please Wait") 29 | } 30 | 31 | main "thing" 32 | details "thing" 33 | } 34 | } 35 | 36 | // Parse incoming device messages to generate events 37 | def parse(String description) { 38 | // None 39 | } 40 | -------------------------------------------------------------------------------- /devicetypes/smartthings/child-color-control.src/child-color-control.groovy: -------------------------------------------------------------------------------- 1 | /* Copyright 2020 SmartThings 2 | * 3 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 4 | * in compliance with the License. You may obtain a copy of the License at: 5 | * 6 | * http://www.apache.org/licenses/LICENSE-2.0 7 | * 8 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 9 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 10 | * for the specific language governing permissions and limitations under the License. 11 | * 12 | * Child Color Selection 13 | * 14 | * Copyright 2020 SmartThings 15 | * 16 | */ 17 | metadata { 18 | definition(name: "Child Color Control", namespace: "smartthings", author: "SmartThings", mnmn: "SmartThings") { 19 | capability "Color Control" 20 | capability "Actuator" 21 | } 22 | 23 | tiles(scale: 2){ 24 | multiAttributeTile(name:"switch", type: "generic", width: 6, height: 4, canChangeIcon: true){ 25 | tileAttribute ("device.color", key: "COLOR_CONTROL") { 26 | attributeState "color", action:"setColor" 27 | } 28 | } 29 | 30 | main(["switch"]) 31 | details(["switch"]) 32 | } 33 | } 34 | 35 | def setColor(value) { 36 | parent.childSetColor(value) 37 | } 38 | -------------------------------------------------------------------------------- /devicetypes/smartthings/smartpower-outlet.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2016 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | # Korean (ko) 15 | # Device Preferences 16 | '''Give your device a name'''.ko=기기 이름 설정 17 | '''SmartThings Outlet'''.ko= 스마트 플러그 18 | '''Centralite Outlet'''.ko= 스마트 플러그 19 | '''Outlet'''.ko= 스마트 플러그 20 | # Events descriptionText 21 | '''{{ device.displayName }} is On'''.ko={{ device.displayName }} 켜짐 22 | '''{{ device.displayName }} is Off'''.ko={{ device.displayName }} 꺼짐 23 | '''{{ device.displayName }} power is {{ value }} Watts'''.ko={{ device.displayName }} 전력은 {{ value }}와트입니다. 24 | '''On'''.ko= 켜짐 25 | '''Off'''.ko=꺼짐 26 | '''Turning On'''.ko=켜는 중 27 | '''Turning Off'''.ko=끄는 중 28 | #============================================================================== 29 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-minimote.src/README.md: -------------------------------------------------------------------------------- 1 | # Aeon Minimote 2 | 3 | Cloud Execution 4 | 5 | Works with: 6 | 7 | * [Aeotec Minimote](http://aeotec.com/small-z-wave-remote-control) 8 | 9 | ## Table of contents 10 | 11 | * [Capabilities](#capabilities) 12 | * [Health](#device-health) 13 | * [Troubleshooting](#troubleshooting) 14 | 15 | ## Capabilities 16 | 17 | * **Actuator** - represents device has commands 18 | * **Button** - represents a device with one or more buttons 19 | * **Holdable Button** - represents a device with one or more holdable buttons 20 | * **Configuration** - allows for configuration of devices 21 | * **Sensor** - detects sensor events 22 | * **Health Check** - indicates ability to get device health notifications 23 | 24 | ## Device Health 25 | 26 | Aeon Minimote is a ZWave totally sleepy device and is marked offline only in the case when Hub is offline. 27 | 28 | ## Troubleshooting 29 | 30 | If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the sensor is out of range. 31 | Pairing needs to be tried again by placing the sensor closer to the hub. 32 | Instructions related to pairing, resetting and removing the Aeotec Minimote from SmartThings can be found in the following link: 33 | * [Aeotec Minimote Troubleshooting Tips](https://support.smartthings.com/hc/en-us/articles/202087904-Aeotec-Minimote) 34 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/cs-CZ.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Umožňuje vybrat alternativní snímač teploty v jiné oblasti, než je termostat. Smyslem je zajistit pohodlí tam kde jste a ne tam kde je termostat. 2 | '''Heat setting...'''=Nastavení tepla... 3 | '''Degrees'''=Stupně 4 | '''Air conditioning setting...'''=Nastavení klimatizace... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Zvolte snímač teploty, který chcete použít místo termostatu (volitelně)... 6 | '''Temp Sensors'''=Snímače teploty 7 | '''Keep Me Cozy II'''=Pohodlí 8 | '''Set for specific mode(s)'''=Nastavit pro konkrétní režimy 9 | '''Assign a name'''=Přiřadit název 10 | '''Tap to set'''=Nastavte klepnutím 11 | '''Phone'''=Telefonní číslo 12 | '''Which?'''=Který? 13 | '''Choose Modes'''=Zvolte režim 14 | '''Choose thermostat...'''=Zvolte termostat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Volitelně můžete místo termostatu zvolit snímač teploty. 16 | '''Add a name'''=Přidejte název 17 | '''Tap to choose'''=Klepnutím zvolte 18 | '''Choose an icon'''=Zvolte ikonu 19 | '''Next page'''=Další stránka 20 | '''Text'''=Text 21 | '''Number'''=Číslo 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/th-TH.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=ให้คุณเลือกเซ็นเซอร์อุณหภูมิอื่นในพื้นที่อื่นนอกจากพื้นที่ที่มีตัวควบคุมอุณหภูมิได้ โฟกัสที่การทำให้คุณรู้สึกสบายในสถานที่ที่คุณใช้เวลา มากกว่าที่ที่มีตัวควบคุมอุณหภูมิอยู่ 2 | '''Heat setting...'''=การตั้งค่าความร้อน... 3 | '''Degrees'''=องศา 4 | '''Air conditioning setting...'''=การตั้งค่าระบบทำความเย็น... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=เลือกใช้เซ็นเซอร์อุณหภูมิแทนเซ็นเซอร์ของตัวควบคุมอุณหภูมิ... 6 | '''Temp Sensors'''=เซ็นเซอร์อุณหภูมิ 7 | '''Keep Me Cozy II'''=Keep me Cozy 8 | '''Set for specific mode(s)'''=ตั้งค่าสำหรับโหมดเฉพาะแล้ว 9 | '''Assign a name'''=กำหนดชื่อ 10 | '''Tap to set'''=แตะเพื่อตั้งค่า 11 | '''Phone'''=เบอร์โทรศัพท์ 12 | '''Which?'''=รายการใด 13 | '''Choose Modes'''=เลือกโหมด 14 | '''Choose thermostat...'''=เลือกตัวควบคุมอุณหภูมิ... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=เลือกได้ว่าจะใช้เซ็นเซอร์อุณหภูมิแทนตัวควบคุมอุณหภูมิ... 16 | '''Add a name'''=เพิ่มชื่อ 17 | '''Tap to choose'''=แตะเพื่อเลือก 18 | '''Choose an icon'''=เลือกไอคอน 19 | '''Next page'''=หน้าถัดไป 20 | '''Text'''=ข้อความ 21 | '''Number'''=หมายเลข 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/child-button.src/child-button.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Child Button 3 | * 4 | * Copyright 2017 SmartThings 5 | * 6 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 7 | * in compliance with the License. You may obtain a copy of the License at: 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 12 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 13 | * for the specific language governing permissions and limitations under the License. 14 | * 15 | */ 16 | metadata { 17 | definition (name: "Child Button", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.remotecontroller") { 18 | capability "Button" 19 | capability "Holdable Button" 20 | capability "Sensor" 21 | } 22 | 23 | tiles(scale: 2) { 24 | multiAttributeTile(name: "rich-control", type: "generic", width: 6, height: 4, canChangeIcon: true) { 25 | tileAttribute("device.button", key: "PRIMARY_CONTROL") { 26 | attributeState "default", label: ' ', action: "", icon: "st.unknown.zwave.remote-controller", backgroundColor: "#ffffff" 27 | } 28 | } 29 | } 30 | } 31 | 32 | def installed() { 33 | sendEvent(name: "numberOfButtons", value: 1) 34 | } 35 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/en-GB.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Enables you to pick an alternative temperature sensor in a different area from the thermostat. Focuses on making you comfortable where you are rather than where the thermostat is. 2 | '''Heat setting...'''=Heat setting... 3 | '''Degrees'''=Degrees 4 | '''Air conditioning setting...'''=Air conditioning setting... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Choose a temperature sensor to use instead of the thermostat (optional)... 6 | '''Temp Sensors'''=Temp Sensors 7 | '''Keep Me Cozy II'''=Keep Me Comfortable 8 | '''Set for specific mode(s)'''=Set for specific mode(s) 9 | '''Assign a name'''=Assign a name 10 | '''Tap to set'''=Tap to set 11 | '''Phone'''=Phone 12 | '''Which?'''=Which? 13 | '''Choose Modes'''=Choose Modes 14 | '''Choose thermostat...'''=Choose thermostat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Optionally, you can choose a temperature sensor instead of a thermostat. 16 | '''Add a name'''=Add a name 17 | '''Tap to choose'''=Tap to choose 18 | '''Choose an icon'''=Choose an icon 19 | '''Next page'''=Next page 20 | '''Text'''=Text 21 | '''Number'''=Number 22 | -------------------------------------------------------------------------------- /devicetypes/capabilities/water-sensor-capability.src/water-sensor-capability.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | metadata { 15 | definition (name: "Water Sensor Capability", namespace: "capabilities", author: "SmartThings") { 16 | capability "Water Sensor" 17 | } 18 | 19 | simulator { 20 | status "wet": "water:wet" 21 | status "dry": "water:dry" 22 | } 23 | 24 | tiles { 25 | standardTile("water", "device.water", width: 2, height: 2) { 26 | state "dry", icon:"st.alarm.water.dry", backgroundColor:"#ffffff" 27 | state "wet", icon:"st.alarm.water.wet", backgroundColor:"#00A0DC" 28 | } 29 | 30 | main "water" 31 | details "water" 32 | } 33 | } 34 | 35 | def parse(String description) { 36 | def pair = description.split(":") 37 | createEvent(name: pair[0].trim(), value: pair[1].trim()) 38 | } 39 | -------------------------------------------------------------------------------- /devicetypes/osotech/plantlink.src/README.md: -------------------------------------------------------------------------------- 1 | # Osotech Plant Link 2 | 3 | Cloud Execution 4 | 5 | Works with: 6 | 7 | * [OSO Technologies PlantLink Soil Moisture Sensor](https://www.smartthings.com/works-with-smartthings/oso-technologies/oso-technologies-plantlink-soil-moisture-sensor) 8 | 9 | ## Table of contents 10 | 11 | * [Capabilities](#capabilities) 12 | * [Health](#device-health) 13 | * [Troubleshooting](#troubleshooting) 14 | 15 | ## Capabilities 16 | 17 | * **Sensor** - detects sensor events 18 | * **Health Check** - indicates ability to get device health notifications 19 | 20 | ## Device Health 21 | 22 | Plant Link sensor is a ZigBee sleepy device and checks in every 15 minutes. 23 | Device-Watch allows 2 check-in misses from device plus some lag time. So Check-in interval = (2*15 + 2)mins = 32 mins. 24 | 25 | * __32min__ checkInterval 26 | 27 | ## Troubleshooting 28 | 29 | If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the sensor is out of range. 30 | Pairing needs to be tried again by placing the sensor closer to the hub. 31 | Instructions related to pairing, resetting and removing the different motion sensors from SmartThings can be found in the following links 32 | for the different models: 33 | * [OSO Technologies PlantLink Soil Moisture Sensor Troubleshooting Tips](https://support.smartthings.com/hc/en-us/articles/206868986-PlantLink-Soil-Moisture-Sensor) 34 | -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-key-fob.src/README.md: -------------------------------------------------------------------------------- 1 | # Aeon Labs Key Fob 2 | 3 | Cloud Execution 4 | 5 | Works with: 6 | 7 | * [Aeon Labs Key Fob](http://aeotec.com/z-wave-key-fob-remote-control) 8 | 9 | ## Table of contents 10 | 11 | * [Capabilities](#capabilities) 12 | * [Health](#device-health) 13 | * [Troubleshooting](#troubleshooting) 14 | 15 | ## Capabilities 16 | 17 | * **Actuator** - represents device has commands 18 | * **Button** - represents a device with one or more buttons 19 | * **Holdable Button** - represents a device with one or more holdable buttons 20 | * **Configuration** - allows for configuration of devices 21 | * **Sensor** - detects sensor events 22 | * **Battery** - defines device uses a battery 23 | * **Health Check** - indicates ability to get device health notifications 24 | 25 | ## Device Health 26 | 27 | Aeon Key Fob is a ZWave totally sleepy device and is marked offline only in the case when Hub is offline. 28 | 29 | ## Troubleshooting 30 | 31 | If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the sensor is out of range. 32 | Pairing needs to be tried again by placing the sensor closer to the hub. 33 | Instructions related to pairing, resetting and removing the Aeon Labs Key Fob from SmartThings can be found in the following link: 34 | * [Aeotec Key Fob Troubleshooting Tips](https://support.smartthings.com/hc/en-us/articles/202294120-Aeon-Labs-Key-Fob) 35 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/ar-AE.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=يتيح لك اختيار مستشعر درجة حرارة بديل في منطقة منفصلة عن المكان الذي يوجد فيه الثرموستات. هو يركز أيضاً على جعلك مرتاحاً في المكان الذي تقضي فيه وقتك بدلاً من المكان الذي يوجد فيه الثرموستات. 2 | '''Heat setting...'''=ضبط التدفئة... 3 | '''Degrees'''=الدرجات 4 | '''Air conditioning setting...'''=ضبط مكيّف الهواء... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=اختيار مستشعر درجة الحرارة لاستخدامه بدلاً من الثرموستات... 6 | '''Temp Sensors'''=مستشعرات درجة الحرارة 7 | '''Keep Me Cozy II'''=البقاء ضمن أجواء دافئة 8 | '''Set for specific mode(s)'''=ضبط لوضع محدد (أوضاع محددة) 9 | '''Assign a name'''=تعيين اسم 10 | '''Tap to set'''=النقر للضبط 11 | '''Phone'''=رقم الهاتف 12 | '''Which?'''=أي مستشعر؟ 13 | '''Choose Modes'''=اختيار أوضاع 14 | '''Choose thermostat...'''=اختيار الثرموستات... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=اختيار مستشعر درجة الحرارة لاستخدامه بدلاً من الثرموستات بشكل اختياري... 16 | '''Add a name'''=إضافة اسم 17 | '''Tap to choose'''=النقر للاختيار 18 | '''Choose an icon'''=اختيار رمز 19 | '''Next page'''=الصفحة التالية 20 | '''Text'''=النص 21 | '''Number'''=الرقم 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/no-NO.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Gjør at du kan velge en alternativ temperatursensor i et annet område enn termostaten. Fokuserer på å gjøre deg komfortabel der du er i stedet for der termostaten er. 2 | '''Heat setting...'''=Varmeinnstilling ... 3 | '''Degrees'''=Grader 4 | '''Air conditioning setting...'''=Klimaanlegginnstilling ... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Velg en temperatursensor du vil bruke i stedet for termostaten (valgfritt) ... 6 | '''Temp Sensors'''=Temp.sensorer 7 | '''Keep Me Cozy II'''=Hold meg komfortabel 8 | '''Set for specific mode(s)'''=Angi for bestemte moduser 9 | '''Assign a name'''=Tildel et navn 10 | '''Tap to set'''=Trykk for å angi 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Hvilken? 13 | '''Choose Modes'''=Velg en modus 14 | '''Choose thermostat...'''=Velg termostat ... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Du kan også velge en temperatursensor i stedet for en termostat. 16 | '''Add a name'''=Legg til et navn 17 | '''Tap to choose'''=Trykk for å velge 18 | '''Choose an icon'''=Velg et ikon 19 | '''Next page'''=Neste side 20 | '''Text'''=Tekst 21 | '''Number'''=Nummer 22 | -------------------------------------------------------------------------------- /smartapps/lock-auto-super-enhanced/enhanced-auto-lock-door.src/i18n/ko-KR.properties: -------------------------------------------------------------------------------- 1 | '''Automatically locks a specific door after X minutes when closed and unlocks it when open after X seconds.'''=닫힐 때 X분 후에 문을 자동으로 잠그고 열릴 때 X초 후에 자동으로 잠금을 해제합니다. 2 | '''Select the door lock:'''=도어락 선택: 3 | '''Select the door contact sensor:'''=문 접촉 센서 선택: 4 | '''Automatically lock the door when closed...'''=닫힐 때 자동으로 문 잠금... 5 | '''Delay (in minutes):'''=지연(분): 6 | '''Automatically unlock the door when open...'''=열릴 때 자동으로 문 잠금 해제... 7 | '''Delay (in seconds):'''=지연(초): 8 | '''Send notifications to'''=다음으로 알림 보내기 9 | '''Phone Number'''=전화번호 10 | '''Warn with text message (optional)'''=문자 메시지로 경고(선택 사항) 11 | '''{{lock1}} unlocked after {{contact}} was opened for {{secondsLater}} seconds!'''={{contact}}이(가) {{secondsLater}}초 동안 열려 있으면 {{lock1}} 잠금을 해제합니다! 12 | '''{{lock1}} unlocked after {{contact}} was opened or closed when {{lock1}} was locked!'''={{lock1}}이(가) 잠겨 있을 때 {{contact}}이(가) 열리거나 닫히면 {{lock1}} 잠금을 해제합니다! 13 | '''Enhanced Auto Lock Door'''=강화된 도어 자동 잠금 14 | '''Set for specific mode(s)'''=특정 모드 설정 15 | '''Assign a name'''=이름 지정 16 | '''Tap to set'''=설정하려면 누르세요 17 | '''Phone'''=전화번호 18 | '''Which?'''=사용할 장치는? 19 | '''Away'''=외출 20 | '''Home'''=귀가 21 | '''Night'''=취침 22 | '''Add a name'''=이름 추가 23 | '''Tap to choose'''=눌러서 선택 24 | '''Choose an icon'''=아이콘 선택 25 | '''Next page'''=다음 페이지 26 | '''Text'''=텍스트 27 | '''Number'''=번호 28 | '''Choose Modes'''=모드 선택 29 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/sk-SK.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Umožňuje vybrať alternatívny senzor teploty v inej oblasti než termostat. Zameriava sa na to, aby ste sa cítili pohodlne v mieste, kde ste vy, a nie kde je termostat. 2 | '''Heat setting...'''=Nastavenie kúrenia... 3 | '''Degrees'''=Stupne 4 | '''Air conditioning setting...'''=Nastavenie klimatizácie... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Vybrať senzor teploty, ktorý sa má použiť namiesto termostatu (voliteľné)... 6 | '''Temp Sensors'''=Senzory teploty 7 | '''Keep Me Cozy II'''=Pohodlie domova 8 | '''Set for specific mode(s)'''=Nastaviť pre konkrétne režimy 9 | '''Assign a name'''=Priradiť názov 10 | '''Tap to set'''=Ťuknutím môžete nastaviť 11 | '''Phone'''=Telefónne číslo 12 | '''Which?'''=Ktorý? 13 | '''Choose Modes'''=Vyberte režim 14 | '''Choose thermostat...'''=Vybrať termostat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Voliteľne môžete namiesto termostatu zvoliť senzor teploty. 16 | '''Add a name'''=Pridajte názov 17 | '''Tap to choose'''=Ťuknutím vyberte 18 | '''Choose an icon'''=Vyberte ikonu 19 | '''Next page'''=Nasledujúca strana 20 | '''Text'''=Text 21 | '''Number'''=Číslo 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-switch.src/i18n/messages.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2019 SmartThings 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 | # use this file except in compliance with the License. You may obtain a copy 5 | # of the License at: 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12 | # License for the specific language governing permissions and limitations 13 | # under the License. 14 | 15 | # Chinese 16 | '''Orvibo Switch'''.zh-cn=欧瑞博智能墙面开关(一开) 17 | '''Orvibo Smart Switch'''.zh-cn=欧瑞博智能墙面开关(一开) 18 | '''Orvibo Outlet'''.zh-cn=欧瑞博二三极智能插座 19 | '''Orvibo Smart Outlet'''.zh-cn=欧瑞博二三极智能插座 20 | '''GDKES Switch'''.zh-cn=粤奇胜智能墙面开关(一开) 21 | '''GDKES Smart Switch'''.zh-cn=粤奇胜智能墙面开关(一开) 22 | '''GDKES Outlet'''.zh-cn=粤奇胜三极智能插座 23 | '''GDKES Smart Outlet (GDKES-016)'''.zh-cn=粤奇胜三极智能插座 24 | '''GDKES Outlet'''.zh-cn=粤奇胜二三极智能插座 25 | '''GDKES Smart Outlet (GDKES-015)'''.zh-cn=粤奇胜二三极智能插座 26 | '''Terncy Switch'''.zh-cn=小燕智能灯座 27 | '''Terncy Smart Light Socket'''.zh-cn=小燕智能灯座 28 | '''HONYAR Switch'''.zh-cn=鸿雁智能墙面开关(一开) 29 | '''HONYAR Smart Switch'''.zh-cn=鸿雁智能墙面开关(一开) 30 | '''HEIMAN Switch'''.zh-cn=海曼智能墙面开关(一开) 31 | '''HEIMAN Smart Switch'''.zh-cn=海曼智能墙面开关(一开) 32 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/sl-SI.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Omogoča vam, da izberete nadomestni temperaturni senzor v drugem področju kot termostat. Osredotoča se na to, da vam je udobno, kjer ste, namesto tam, kjer je termostat. 2 | '''Heat setting...'''=Nastavitev ogrevanja ... 3 | '''Degrees'''=Stopinje 4 | '''Air conditioning setting...'''=Nastavitev klime ... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Namesto termostata izberite temperaturni senzor (izbirno) ... 6 | '''Temp Sensors'''=Temperaturni senzorji 7 | '''Keep Me Cozy II'''=Ohrani udobje 8 | '''Set for specific mode(s)'''=Nastavi za določene načine 9 | '''Assign a name'''=Določi ime 10 | '''Tap to set'''=Pritisnite za nastavitev 11 | '''Phone'''=Telefonska številka 12 | '''Which?'''=Kateri? 13 | '''Choose Modes'''=Izberite način 14 | '''Choose thermostat...'''=Izberite termostat ... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Če želite, lahko namesto termostata izberete temperaturni senzor. 16 | '''Add a name'''=Dodajte ime 17 | '''Tap to choose'''=Pritisnite za izbiro 18 | '''Choose an icon'''=Izberite ikono 19 | '''Next page'''=Naslednja stran 20 | '''Text'''=Besedilo 21 | '''Number'''=Številka 22 | -------------------------------------------------------------------------------- /devicetypes/smartthings/child-switch-multilevel.src/child-switch-multilevel.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2020 SmartThings 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 5 | * in compliance with the License. You may obtain a copy of the License at: 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 10 | * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing permissions and limitations under the License. 12 | * 13 | */ 14 | 15 | metadata { 16 | definition(name: "Child Switch Multilevel", namespace: "smartthings", author: "SmartThings") { 17 | capability "Switch Level" 18 | capability "Actuator" 19 | capability "Sensor" 20 | } 21 | 22 | tiles(scale: 2) { 23 | valueTile("level", "device.level", width: 4, height: 1) { 24 | state "level", label: 'Level: ${currentValue}% ', defaultState: true 25 | } 26 | 27 | main "level" 28 | details(["level"]) 29 | } 30 | } 31 | 32 | def installed() { 33 | parent.multilevelChildInstalled(device.deviceNetworkId) 34 | } 35 | 36 | def setLevel(level) { 37 | def currentLevel = Integer.parseInt(device.currentState("level").value) 38 | parent.setLevelChild(level, device.deviceNetworkId, currentLevel) 39 | } 40 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/fi-FI.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Mahdollistaa muualla kuin termostaatin alueella olevan vaihtoehtoisen lämpötilan tunnistimen valinnan. Korostaa termostaatin paikan sijaan sitä, että tunnet olosi mukavaksi. 2 | '''Heat setting...'''=Lämpöasetus... 3 | '''Degrees'''=Astetta 4 | '''Air conditioning setting...'''=Ilmastoinnin asetus... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Valitse termostaatin sijaan käytettävä lämpötilan tunnistin (valinnainen)... 6 | '''Temp Sensors'''=Lämpötilan tunnistimet 7 | '''Keep Me Cozy II'''=Pidä oloni mukavana 8 | '''Set for specific mode(s)'''=Aseta tiettyjä tiloja varten 9 | '''Assign a name'''=Määritä nimi 10 | '''Tap to set'''=Aseta napauttamalla tätä 11 | '''Phone'''=Puhelinnumero 12 | '''Which?'''=Mikä? 13 | '''Choose Modes'''=Valitse tila 14 | '''Choose thermostat...'''=Valitse termostaatti... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Voit halutessasi valita lämpötilan tunnistimen sijaan termostaatin. 16 | '''Add a name'''=Lisää nimi 17 | '''Tap to choose'''=Valitse napauttamalla 18 | '''Choose an icon'''=Valitse kuvake 19 | '''Next page'''=Seuraava sivu 20 | '''Text'''=Teksti 21 | '''Number'''=Numero 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/sr-RS.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Omogućava vam da odaberete drugi senzor temperature u oblasti u kojoj se ne nalazi termostat. Pruža vam udobnost tamo gde se nalazite, a ne tamo gde je termostat. 2 | '''Heat setting...'''=Podešavanje toplote... 3 | '''Degrees'''=Stepeni 4 | '''Air conditioning setting...'''=Podešavanje klimatizacije... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Odaberite senzor temperature koji će se koristiti umesto termostata (opcionalno)... 6 | '''Temp Sensors'''=Senzori temperature 7 | '''Keep Me Cozy II'''=Ušuškaj me 8 | '''Set for specific mode(s)'''=Podesi za određene režime 9 | '''Assign a name'''=Dodeli ime 10 | '''Tap to set'''=Kucnite da biste podesili 11 | '''Phone'''=Broj telefona 12 | '''Which?'''=Koje? 13 | '''Choose Modes'''=Izaberite režim 14 | '''Choose thermostat...'''=Odaberite termostat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Opcionalno, možete da izaberete senzor temperature umesto termostata. 16 | '''Add a name'''=Dodajte ime 17 | '''Tap to choose'''=Kucnite da biste izabrali 18 | '''Choose an icon'''=Izaberite ikonu 19 | '''Next page'''=Sledeća strana 20 | '''Text'''=Tekst 21 | '''Number'''=Broj 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/sv-SE.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Gör att du kan välja en alternativ temperatursensor i ett annat område än där termostaten är. Inrikta dig på att få en behaglig temperatur där du är, och inte där termostaten är. 2 | '''Heat setting...'''=Värmeinställning ... 3 | '''Degrees'''=Grader 4 | '''Air conditioning setting...'''=Luftkonditioneringsinställning ... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Välj en temperatursensor som ska användas i stället för termostaten (valfritt) ... 6 | '''Temp Sensors'''=Temperatursensorer 7 | '''Keep Me Cozy II'''=Gör det mysigt för mig 8 | '''Set for specific mode(s)'''=Ställ in för vissa lägen 9 | '''Assign a name'''=Ge ett namn 10 | '''Tap to set'''=Tryck för att ställa in 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Vilket? 13 | '''Choose Modes'''=Välj ett läge 14 | '''Choose thermostat...'''=Välj termostat ... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Du kan välja en temperatursensor i stället för en termostat. 16 | '''Add a name'''=Lägg till ett namn 17 | '''Tap to choose'''=Tryck för att välja 18 | '''Choose an icon'''=Välj en ikon 19 | '''Next page'''=Nästa sida 20 | '''Text'''=Text 21 | '''Number'''=Tal 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/tr-TR.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Termostatın bulunduğu alandan farklı bir yerde alternatif bir sıcaklık sensörü seçebilmenizi sağlar. Size termostatın bulunduğu yerde değil, zamanınızı geçirdiğiniz yerde rahatlık sağlayabilmeye odaklanır. 2 | '''Heat setting...'''=Isı ayarı... 3 | '''Degrees'''=Derece 4 | '''Air conditioning setting...'''=Klima ayarı... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Termostat yerine kullanılacak sıcaklık sensörünü seçin (isteğe bağlı)... 6 | '''Temp Sensors'''=Sıcaklık Sensörleri 7 | '''Keep Me Cozy II'''=Konforumu Koru 8 | '''Set for specific mode(s)'''=Belirli modlar belirleyin 9 | '''Assign a name'''=İsim atayın 10 | '''Tap to set'''=Ayarlamak için dokunun 11 | '''Phone'''=Telefon Numarası 12 | '''Which?'''=Hangisi? 13 | '''Choose Modes'''=Modları seç 14 | '''Choose thermostat...'''=Termostatı seçin... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=İsteğe bağlı olarak Termostat yerine kullanmak üzere Sıcaklık sensörü seçin... 16 | '''Add a name'''=Bir isim ekle 17 | '''Tap to choose'''=Seçmek için dokun 18 | '''Choose an icon'''=Bir simge seç 19 | '''Next page'''=Sonraki Sayfa 20 | '''Text'''=Metin 21 | '''Number'''=Numara 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/et-EE.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Võimaldab teil valida alternatiivse temperatuurianduri, mis asub termostaadist erinevas kohas. Võimaldab teil termostaadi asukoha asemel tunda end mugavalt seal, kus veedate kõige rohkem aega. 2 | '''Heat setting...'''=Kütteseade... 3 | '''Degrees'''=Kraadid 4 | '''Air conditioning setting...'''=Konditsioneeri seade... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Soovi korral valige temperatuuriandur, mida kasutada termostaadi asemel... 6 | '''Temp Sensors'''=Temperatuuriandurid 7 | '''Keep Me Cozy II'''=Mugavuse tagamine 8 | '''Set for specific mode(s)'''=Valige konkreetne režiim / konkreetsed režiimid 9 | '''Assign a name'''=Määrake nimi 10 | '''Tap to set'''=Toksake, et määrata 11 | '''Phone'''=Telefoninumber 12 | '''Which?'''=Milline? 13 | '''Choose Modes'''=Vali režiim 14 | '''Choose thermostat...'''=Valige termostaat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Soovi korral valige temperatuuriandur, mida kasutada termostaadi asemel… 16 | '''Add a name'''=Lisa nimi 17 | '''Tap to choose'''=Toksake, et valida 18 | '''Choose an icon'''=Vali ikoon 19 | '''Next page'''=Järgmine leht 20 | '''Text'''=Tekst 21 | '''Number'''=Number 22 | -------------------------------------------------------------------------------- /smartapps/dooglave/let-there-be-dark.src/let-there-be-dark.groovy: -------------------------------------------------------------------------------- 1 | /** 2 | * Let There Be Dark! 3 | * Turn your lights off when a Contact Sensor is opened and turn them back on when it is closed, ONLY if the Lights were previouly on. 4 | * 5 | * Author: SmartThings modified by Douglas Rich 6 | */ 7 | definition( 8 | name: "Let There Be Dark!", 9 | namespace: "Dooglave", 10 | author: "Dooglave", 11 | description: "Turn your lights off when a Contact Sensor is opened and turn them back on when it is closed, ONLY if the Lights were previouly on", 12 | category: "Convenience", 13 | iconUrl: "https://s3.amazonaws.com/smartapp-icons/Meta/light_contact-outlet.png", 14 | iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Meta/light_contact-outlet@2x.png" 15 | ) 16 | 17 | preferences { 18 | section("When the door opens") { 19 | input "contact1", "capability.contactSensor", title: "Where?" 20 | } 21 | section("Turn off a light") { 22 | input "switch1", "capability.switch" 23 | } 24 | } 25 | 26 | def installed() { 27 | subscribe(contact1, "contact", contactHandler) 28 | } 29 | 30 | def updated() { 31 | unsubscribe() 32 | subscribe(contact1, "contact", contactHandler) 33 | } 34 | 35 | def contactHandler(evt) { 36 | log.debug "$evt.value" 37 | if (evt.value == "open") { 38 | state.wasOn = switch1.currentValue("switch") == "on" 39 | switch1.off() 40 | } 41 | 42 | if (evt.value == "closed") { 43 | if(state.wasOn)switch1.on() 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/da-DK.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Giver dig mulighed for at vælge en alternativ temperatursensor i et andet område end termostaten. Fokuserer på at gøre det behageligt for dig der, hvor du er, i stedet for der, hvor termostaten er. 2 | '''Heat setting...'''=Varmeindstilling ... 3 | '''Degrees'''=Grader 4 | '''Air conditioning setting...'''=Airconditionindstilling ... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Vælg en temperatursensor, der skal bruges i stedet for termostaten (valgfrit) ... 6 | '''Temp Sensors'''=Temperatursensorer 7 | '''Keep Me Cozy II'''=Keep Me Cozy 8 | '''Set for specific mode(s)'''=Indstil til bestemt(e) tilstand(e) 9 | '''Assign a name'''=Tildel et navn 10 | '''Tap to set'''=Tryk for at indstille 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Hvilken? 13 | '''Choose Modes'''=Vælg en tilstand 14 | '''Choose thermostat...'''=Vælg termostat ... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Du kan vælge at bruge en temperatursensor i stedet for en termostat. 16 | '''Add a name'''=Tilføj et navn 17 | '''Tap to choose'''=Tryk for at vælge 18 | '''Choose an icon'''=Vælg et ikon 19 | '''Next page'''=Næste side 20 | '''Text'''=Tekst 21 | '''Number'''=Nummer 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/en-US.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located. 2 | '''Heat setting...'''=Heat setting... 3 | '''Degrees'''=Degrees 4 | '''Air conditioning setting...'''=Air conditioning setting... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Optionally choose temperature sensor to use instead of the thermostat's... 6 | '''Temp Sensors'''=Temp Sensors 7 | '''Keep Me Cozy II'''=Keep Me Comfortable 8 | '''Keep Me Cozy II'''=Keep Me Cozy II 9 | '''Set for specific mode(s)'''=Set for specific mode(s) 10 | '''Assign a name'''=Assign a name 11 | '''Tap to set'''=Tap to set 12 | '''Phone'''=Phone 13 | '''Which?'''=Which? 14 | '''Choose Modes'''=Choose Modes 15 | '''Choose thermostat...'''=Choose thermostat... 16 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Optionally, you can choose a temperature sensor instead of a thermostat. 17 | '''Add a name'''=Add a name 18 | '''Tap to choose'''=Tap to choose 19 | '''Choose an icon'''=Choose an icon 20 | '''Next page'''=Next page 21 | '''Text'''=Text 22 | '''Number'''=Number 23 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/de-DE.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Ermöglicht Ihnen, einen alternativen Temperatursensor in einem vom Thermostat abweichenden Bereich auszuwählen. Gewährleistet eine angenehme Temperatur an Ihrem Standort statt am Standort des Thermostats. 2 | '''Heat setting...'''=Wärmeeinstellung... 3 | '''Degrees'''=Grad 4 | '''Air conditioning setting...'''=Klimaanlageneinstellung... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Temperatursensor statt Thermostat auswählen (optional)... 6 | '''Temp Sensors'''=Temperatursensoren 7 | '''Keep Me Cozy II'''=Ich will es bequem 8 | '''Set for specific mode(s)'''=Für bestimmte Modi festlegen 9 | '''Assign a name'''=Einen Namen zuweisen 10 | '''Tap to set'''=Zum Festlegen tippen 11 | '''Phone'''=Telefonnummer 12 | '''Which?'''=Welcher? 13 | '''Choose Modes'''=Modusauswahl 14 | '''Choose thermostat...'''=Thermostat auswählen... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Optional können Sie einen Temperatursensor statt eines Thermostats auswählen. 16 | '''Add a name'''=Einen Namen hinzufügen 17 | '''Tap to choose'''=Zur Auswahl tippen 18 | '''Choose an icon'''=Symbolauswahl 19 | '''Next page'''=Nächste Seite 20 | '''Text'''=Text 21 | '''Number'''=Nummer 22 | -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/i18n/pl-PL.properties: -------------------------------------------------------------------------------- 1 | '''Enables you to pick an alternative temperature sensor in a separate space from the thermostat. Focuses on making you comfortable where you are spending your time rather than where the thermostat is located.'''=Pozwala wybrać czujnik temperatury w innym obszarze niż termostat. Ma na celu zapewnienie użytkownikowi komfortu w miejscu jego przebywania, a nie tam, gdzie znajduje się termostat. 2 | '''Heat setting...'''=Ustawienie ogrzewania... 3 | '''Degrees'''=Stopnie 4 | '''Air conditioning setting...'''=Ustawienie klimatyzacji... 5 | '''Optionally choose temperature sensor to use instead of the thermostat's...'''=Wybierz czujnik temperatury, którego chcesz używać zamiast termostatu (opcjonalnie)... 6 | '''Temp Sensors'''=Czujniki temperatury 7 | '''Keep Me Cozy II'''=Keep Me Cozy 8 | '''Set for specific mode(s)'''=Ustaw dla określonych trybów 9 | '''Assign a name'''=Przypisz nazwę 10 | '''Tap to set'''=Dotknij, aby ustawić 11 | '''Phone'''=Numer telefonu 12 | '''Which?'''=Który? 13 | '''Choose Modes'''=Wybór trybu 14 | '''Choose thermostat...'''=Wybierz termostat... 15 | '''Optionally, you can choose a temperature sensor instead of a thermostat.'''=Opcjonalnie możesz wybrać czujnik temperatury, którego chcesz używać zamiast termostatu. 16 | '''Add a name'''=Dodaj nazwę 17 | '''Tap to choose'''=Dotknij, aby wybrać 18 | '''Choose an icon'''=Wybór ikony 19 | '''Next page'''=Następna strona 20 | '''Text'''=Tekst 21 | '''Number'''=Numer 22 | --------------------------------------------------------------------------------