Skip to content

Commit

Permalink
[shelly-connector] Fixing production bugs (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 2, 2023
1 parent bf10be9 commit f977fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/Consumers/WriteChannelPropertyState.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function (Throwable $ex) use ($connector, $device, $channel, $property, $entity)
'Could write state to device',
[
'source' => MetadataTypes\ConnectorSource::SOURCE_CONNECTOR_VIRTUAL,
'type' => 'write-sub-device-state-message-consumer',
'type' => 'write-channel-property-state-message-consumer',
'exception' => BootstrapHelpers\Logger::buildException($ex),
'connector' => [
'id' => $connector->getId()->toString(),
Expand Down

0 comments on commit f977fe5

Please sign in to comment.