cybros labs

openHES API

version 402

ApiService - Time-Of-Use Tables

CreateTimeOfUseTable

The method to create a new time-of-use table.

CreateTimeOfUseTable(io.clbs.openhes.models.acquisition.CreateTimeOfUseTableRequest) returns (google.protobuf.StringValue)

ListTimeOfUseTables

The method to get the list of time-of-use tables.

ListTimeOfUseTables(io.clbs.openhes.models.common.ListSelector) returns (io.clbs.openhes.models.acquisition.ListOfTimeOfUseTable)

GetTimeOfUseTable

The method to get the time-of-use table.

GetTimeOfUseTable(google.protobuf.StringValue) returns (io.clbs.openhes.models.acquisition.TimeOfUseTable)

UpdateTimeOfUseTable

The method to update the time-of-use table.

UpdateTimeOfUseTable(io.clbs.openhes.models.acquisition.TimeOfUseTable)

DeleteTimeOfUseTable

The method to delete the time-of-use table.

DeleteTimeOfUseTable(google.protobuf.StringValue)