Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Committer:
JimCarver
Date:
Thu Oct 25 14:00:12 2018 +0000
Revision:
4:e518dde96e59
Parent:
0:6b753f761943
Simulated dispenser

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JimCarver 0:6b753f761943 1 {
JimCarver 0:6b753f761943 2 "name": "mbed-client",
JimCarver 0:6b753f761943 3 "config": {
JimCarver 0:6b753f761943 4 "event-loop-size": 1024,
JimCarver 0:6b753f761943 5 "reconnection-count": 3,
JimCarver 0:6b753f761943 6 "reconnection-interval": 5,
JimCarver 0:6b753f761943 7 "tcp-keepalive-interval": 90,
JimCarver 0:6b753f761943 8 "disable-bootstrap-feature": null,
JimCarver 0:6b753f761943 9 "coap-disable-obs-feature":null,
JimCarver 0:6b753f761943 10 "reconnection-loop": 1,
JimCarver 0:6b753f761943 11 "dns-use-thread": null,
JimCarver 0:6b753f761943 12 "dtls_peer_max_timeout": null,
JimCarver 0:6b753f761943 13 "sn-coap-max-blockwise-payload-size" : null,
JimCarver 0:6b753f761943 14 "sn-coap-duplication-max-msgs-count": null,
JimCarver 0:6b753f761943 15 "sn-coap-max-incoming-message-size": null,
JimCarver 0:6b753f761943 16 "sn-coap-resending-queue-size-msgs": null,
JimCarver 0:6b753f761943 17 "sn-coap-resending-queue-size-bytes": null,
JimCarver 0:6b753f761943 18 "sn-coap-blockwise-max-time-data-stored": null,
JimCarver 0:6b753f761943 19 "disable-interface-description": null,
JimCarver 0:6b753f761943 20 "disable-resource-type": null,
JimCarver 0:6b753f761943 21 "disable-delayed-response": null,
JimCarver 0:6b753f761943 22 "disable-block-message": null
JimCarver 0:6b753f761943 23 },
JimCarver 0:6b753f761943 24 "macros" : [
JimCarver 0:6b753f761943 25 "MBED_CLIENT_C_NEW_API"
JimCarver 0:6b753f761943 26 ]
JimCarver 0:6b753f761943 27 }