Skip to content

Commit

Permalink
Merge pull request #826 from telefonicaid/AlvaroVega-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fgalan authored Nov 26, 2019
2 parents 3a8c5aa + f739dcc commit d47bba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ in the database model.
| entity_name | name | Name of the entity representing the device in the Context Broker | ParkLamplight12 |
| entity_type | type | Type of the entity in the Context Broker | Lamplights |
| timezone | timezone | Time zone of the sensor if it has any | America/Santiago |
| timestamp | timestamp | Optional flag about add or not the TimeInstant attribute to devide entity created, as well as a TimeInstant metadata to each attribute, with the current timestamp | true |
| apikey | apikey | Optional Apikey key string to use instead of group apikey
| 9n4hb1vpwbjozzmw9f0flf9c2 |
| endpoint | endpoint | Endpoint where the device is going to receive commands, if any. | http://theDeviceUrl:1234/commands |
| protocol | protocol | Name of the device protocol, for its use with an IoT Manager. | IoTA-UL |
| transport | transport | Name of the device transport protocol, for the IoT Agents with multiple transport protocols. | MQTT |
Expand Down Expand Up @@ -759,6 +762,7 @@ same fields in the database model.
| subservice | subservice | Subservice of the devices of this type. |
| resource | resource | string representing the Southbound resource that will be used to assign a type to a device (e.g.: pathname in the southbound port). |
| apikey | apikey | API Key string. |
| timestamp | timestamp | Optional flag about add or not the TimeInstant attribute to devide entity created, as well as a TimeInstant metadata to each attribute, with the current timestamp |
| entity_type | entity_type | name of the type to assign to the group. |
| trust | trust | trust token to use for secured access to the Context Broker for this type of devices (optional; only needed for secured scenarios). |
| cbHost | cbHost | Context Broker connection information. This options can be used to override the global ones for specific types of devices. |
Expand Down

0 comments on commit d47bba7

Please sign in to comment.