Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 1cb1b95

Browse files
committed
Fix comments
1 parent e7ca4b1 commit 1cb1b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uclpc/events.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (e *UCLPC) loadControlLimitDataUpdate(payload spineapi.EventPayload) {
8787
}
8888
}
8989

90-
// the configuration key description data of an SMGW was updated
90+
// the configuration key description data was updated
9191
func (e *UCLPC) configurationDescriptionDataUpdate(entity spineapi.EntityRemoteInterface) {
9292
if deviceConfiguration, err := util.DeviceConfiguration(e.service, entity); err == nil {
9393
// key value descriptions received, now get the data
@@ -97,7 +97,7 @@ func (e *UCLPC) configurationDescriptionDataUpdate(entity spineapi.EntityRemoteI
9797
}
9898
}
9999

100-
// the configuration key data of an SMGW was updated
100+
// the configuration key data was updated
101101
func (e *UCLPC) configurationDataUpdate(payload spineapi.EventPayload) {
102102
if _, err := e.FailsafeConsumptionActivePowerLimit(payload.Entity); err != nil {
103103
e.eventCB(payload.Ski, payload.Device, payload.Entity, DataUpdateFailsafeConsumptionActivePowerLimit)

0 commit comments

Comments
 (0)