Release Notes
Upgrading
Maintenance team
Development Version
INTERIOT-API version 1.1
This changes only affect the mw2mw API.
Changes:
- Changed tags for endpoints and added new tag
mw2mw.Actuation - Changed the
managedClientIdpath parameter toclientId - Changed Responses messages for most of the endpoints
- Changed
PUT /mw2mw/devicestoPUT /mw2mw/devices/{clientId} - Changed property
pullMessagesLimittoreceivingCapacity - Updated
Platformdefinition - Updated
IoTDevicedefinition
Additions:
- Added new endpoints:
GET /mw2mw/platforms/{platformId}PUT /mw2mw/platforms/{platformId}GET /mw2mw/platform-typesPOST /mw2mw/devices/{deviceId}/actuation
- Added new Definitions
- ActuationInput
- ActuationResult
- UpdateClientInput
- UpdatePlatformInput
- RegisterClientInput
- RegisterPlatformInput
- Added Content-type: Application/json to
/mw2mw/responses
INTERIOT-API version 1.2
This changes only affect the mw2mw API.
Changes:
- Changed definitions for
ResponseStatusType
Additions:
- Added new tag
mw2mw.Query - Added endpoints
GET /mw2mw/devices/dataGET /mw2mw/devices/data/{deviceId}POST /mw2mw/devices/queryPOST /mw2mw/query
- Added
DeviceDiscoveryQuerydefinition