Service Type Naming
Service Type Mapping
The Service Type names will be updated according to the following table:
Old service type name | New service type name |
---|---|
RT-NILM-HW | RT-HR-NILM-HW |
AMR-NILM-noHW | BR-LR-NILM-noHW |
What this actually means:
An account (or installation) will be able to be created or updated using the old service types names through the POST
and PUT
calls of:
POST /account
,POST /account/{account_id}/installation
andPUT /account/{account_id}/installation/{installation_id}
,
but the corresponding GET
calls
GET /account/{account_id}
andGET /account/{account_id}/installation/{installation_id}
will return the new service type name as described on the table.
Updated about 1 year ago