@@ -205,32 +205,6 @@ __attribute__((weak)) void setDebugMessageLevel(int const /* level */)
205
205
/* do nothing */
206
206
}
207
207
208
- /* The following methods are used internally to handle hidden thing and device properties */
209
- Property& ArduinoIoTCloudClass::addPropertyReal (bool & property, PropertyContainer &prop_cont, String name, Permission const permission)
210
- {
211
- return addPropertyReal (property, prop_cont, name, -1 , permission);
212
- }
213
- Property& ArduinoIoTCloudClass::addPropertyReal (float & property, PropertyContainer &prop_cont, String name, Permission const permission)
214
- {
215
- return addPropertyReal (property, prop_cont, name, -1 , permission);
216
- }
217
- Property& ArduinoIoTCloudClass::addPropertyReal (int & property, PropertyContainer &prop_cont, String name, Permission const permission)
218
- {
219
- return addPropertyReal (property, prop_cont, name, -1 , permission);
220
- }
221
- Property& ArduinoIoTCloudClass::addPropertyReal (unsigned int & property, PropertyContainer &prop_cont, String name, Permission const permission)
222
- {
223
- return addPropertyReal (property, prop_cont, name, -1 , permission);
224
- }
225
- Property& ArduinoIoTCloudClass::addPropertyReal (String& property, PropertyContainer &prop_cont, String name, Permission const permission)
226
- {
227
- return addPropertyReal (property, prop_cont, name, -1 , permission);
228
- }
229
- Property& ArduinoIoTCloudClass::addPropertyReal (Property& property, PropertyContainer &prop_cont, String name, Permission const permission)
230
- {
231
- return addPropertyReal (property, prop_cont, name, -1 , permission);
232
- }
233
-
234
208
/* *****************************************************************************
235
209
* PRIVATE MEMBER FUNCTIONS
236
210
******************************************************************************/
0 commit comments