@apiParam {Number} Group_Interval Number of seconds between two successive transfers of measures
...
...
@@ -123,12 +123,12 @@ def network_info():
'Wake-up_Interval' : '480'
}
@apiSuccess {String} Message Description of the new nodes' configuration.
@apiSuccess {String} Message Description of the new sensor nodes' configuration.
@apiDescription Configure all nodes of the network with a predefined configuration. This methods configures only Group 1. All measurements (temperature, luminosity, motion and humidity) must be retrieved from the sensors after a given period of time (Group_Interval Number).
@apiDescription Configure all sensor nodes of the network with a predefined configuration. This methods configures only Group 1. All measurements (temperature, luminosity, motion and humidity) must be retrieved from the sensors after a given period of time (Group_Interval Number).
@apiDescription Adds Node to the network by getting the controller into inclusion mode for 20 seconds. The node can not be a controller.
@apiDescription Adds Node to the network by getting the controller into inclusion mode for 20 seconds. It's the equivalent of the pressing of the controller's button. The node can not be a controller.
@apiDescription Removes Node from the network by getting the controller into exclusion mode for 20 seconds
@apiDescription Removes Node from the network by getting the controller into exclusion mode for 20 seconds. It's the equivalent of the persistent pressing of the controller's button.
<td>Configure all nodes of the network with a predefined configuration. This methods configures only Group 1. All measurements (temperature, luminosity, motion and humidity) must be retrieved from the sensors after a given period of time (Group_Interval Number).</td>
<td>Configure all sensor nodes of the network with a predefined configuration. This methods configures only Group 1. All measurements (temperature, luminosity, motion and humidity) must be retrieved from the sensors after a given period of time (Group_Interval Number).</td>