Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lomolisso authored Feb 21, 2023
1 parent 15b563f commit bc119f6
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To achieve our goal we will follow this steps:
"type": "file",
"z": "ca4e03938b0d6d91",
"name": "append_temp_to_csv",
"filename": "/Users/rdelaf/documents/inria/dust_temp/offices_temp_data.csv",
"filename": "/home/pi/kasena/offices_temp_data.csv",
"filenameType": "str",
"appendNewline": false,
"createDir": true,
Expand Down Expand Up @@ -312,7 +312,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: hr",
"topic": "/Kasena@Inria-Paris/hr",
"topic": "Kasena@Inria-Paris/hr",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -330,7 +330,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: notifData",
"topic": "/Kasena@Inria-Paris/notifData",
"topic": "Kasena@Inria-Paris/notifData",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -348,7 +348,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: notifLog",
"topic": "/Kasena@Inria-Paris/notifLog",
"topic": "Kasena@Inria-Paris/notifLog",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -366,7 +366,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: notifIpData",
"topic": "/Kasena@Inria-Paris/notifIpData",
"topic": "Kasena@Inria-Paris/notifIpData",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -384,7 +384,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: notifHealthReport",
"topic": "/Kasena@Inria-Paris/notifHealthReport",
"topic": "Kasena@Inria-Paris/notifHealthReport",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -402,7 +402,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: event",
"topic": "/Kasena@Inria-Paris/event",
"topic": "Kasena@Inria-Paris/event",
"qos": "",
"retain": "",
"respTopic": "",
Expand All @@ -420,7 +420,7 @@ To achieve our goal we will follow this steps:
"type": "mqtt out",
"z": "ca4e03938b0d6d91",
"name": "mqtt: oap",
"topic": "/Kasena@Inria-Paris/oap",
"topic": "Kasena@Inria-Paris/oap",
"qos": "",
"retain": "",
"respTopic": "",
Expand Down Expand Up @@ -458,11 +458,7 @@ To achieve our goal we will follow this steps:
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": "",
"credentials": {
"user": "",
"password": ""
}
"sessionExpiry": ""
}
]
```
```

0 comments on commit bc119f6

Please sign in to comment.