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 managedClientId path parameter to clientId
  • Changed Responses messages for most of the endpoints
  • Changed PUT /mw2mw/devices to PUT /mw2mw/devices/{clientId}
  • Changed property pullMessagesLimit to receivingCapacity
  • Updated Platform definition
  • Updated IoTDevice definition
Additions:
  • Added new endpoints:
    • GET /mw2mw/platforms/{platformId}
    • PUT /mw2mw/platforms/{platformId}
    • GET /mw2mw/platform-types
    • POST /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
    • Response
    • StatusType
Additions:
  • Added new tag mw2mw.Query
  • Added endpoints
    • GET /mw2mw/devices/data
    • GET /mw2mw/devices/data/{deviceId}
    • POST /mw2mw/devices/query
    • POST /mw2mw/query
  • Added DeviceDiscoveryQuery definition