File tree Expand file tree Collapse file tree 3 files changed +47
-1
lines changed
Expand file tree Collapse file tree 3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ OpenMQTTGateway - ESP8266 or Arduino program for home automation
3+ Act as a wifi or ethernet gateway between your 433mhz/infrared IR signal and a MQTT broker
4+ Send and receiving command by MQTT
5+
6+ This actor enables to:
7+ - receive MQTT data from a topic and send Somfy RTS remote control signals corresponding to the received MQTT data
8+
9+ Copyright (C) 2020 Leon Kiefer
10+
11+ This file is part of OpenMQTTGateway.
12+
13+ OpenMQTTGateway is free software: you can redistribute it and/or modify
14+ it under the terms of the GNU General Public License as published by
15+ the Free Software Foundation, either version 3 of the License, or
16+ (at your option) any later version.
17+ OpenMQTTGateway is distributed in the hope that it will be useful,
18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+ GNU General Public License for more details.
21+ You should have received a copy of the GNU General Public License
22+ along with this program. If not, see <http://www.gnu.org/licenses/>.
23+ */
124#include " User_config.h"
225
326#ifdef ZactuatorSomfy
Original file line number Diff line number Diff line change 1+ /*
2+ OpenMQTTGateway - ESP8266 or Arduino program for home automation
3+ Act as a wifi or ethernet gateway between your 433mhz/infrared IR signal and a MQTT broker
4+ Send and receiving command by MQTT
5+
6+ This actor enables to:
7+ - receive MQTT data from a topic and send Somfy RTS remote control signals corresponding to the received MQTT data
8+
9+ Copyright (C) 2020 Leon Kiefer
10+
11+ This file is part of OpenMQTTGateway.
12+
13+ OpenMQTTGateway is free software: you can redistribute it and/or modify
14+ it under the terms of the GNU General Public License as published by
15+ the Free Software Foundation, either version 3 of the License, or
16+ (at your option) any later version.
17+ OpenMQTTGateway is distributed in the hope that it will be useful,
18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+ GNU General Public License for more details.
21+ You should have received a copy of the GNU General Public License
22+ along with this program. If not, see <http://www.gnu.org/licenses/>.
23+ */
124#ifndef config_Somfy_h
225#define config_Somfy_h
326
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ m5stickcp = https://github.com/m5stack/M5StickC-Plus.git
112112m5stack = M5Stack@0.3.0
113113smartrc-cc1101-driver-lib = SmartRC-CC1101-Driver-Lib@2.3.5
114114stl = https://github.com/mike-matera/ArduinoSTL.git# 7411816
115- somfy_remote =https://github.com/Legion2/ Somfy_Remote_Lib# v0 .2.0
115+ somfy_remote =Somfy_Remote_Lib@0 .2.0
116116
117117[env]
118118framework = arduino
You can’t perform that action at this time.
0 commit comments