Skip to content

Commit

Permalink
add attrs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored May 20, 2022
1 parent fe5838b commit a3f2381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subscription-init/create-subscription.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ curl -X POST "${BROKER_URL}/v2/subscriptions" \
\"headers\": {
\"fiware-service\" : \"${FIWARE_SERVICE}\",
\"fiware-servicepath\" : \"${FIWARE_SERVICE_PATH}\"
}
},
\"attrs\": [
\"co\", \"so2\", \"no2\", \"o3\", \"pm1\",\"pm25\",\"Ppm10\"
]
}
}
}"

0 comments on commit a3f2381

Please sign in to comment.