Complete reanme Props to Prop

This commit is contained in:
fauresystems
2020-04-30 16:48:56 +02:00
parent 79bf402739
commit f3b78e3669
16 changed files with 58 additions and 73 deletions
+2 -3
View File
@@ -1,17 +1,16 @@
/*
Name: BridgeProp.cpp
Created: 29/10/2019 09:20:31
Author: Marie Faure <dev at faure dot systems>
Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems>
Class Props for Arduino Yun and Dragino Yun shield.
Prop for Arduino Yun and Dragino Yun shield.
*/
#include "BridgeProp.h"
BridgeProp::BridgeProp(const char* client_id, const char* in_box, const char* out_box, const char* broker, const int port)
: Props(client_id, in_box, out_box, broker, port)
: Prop(client_id, in_box, out_box, broker, port)
{
_client.setClient(_bridgeClient);
}