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 b4d8c01 commit 8cbb805
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 @@ -476,7 +476,7 @@ function (Throwable $ex) use ($connector, $device, $channel, $property, $entity)
array_merge(
[
'source' => MetadataTypes\ConnectorSource::SOURCE_CONNECTOR_TUYA,
'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 8cbb805

Please sign in to comment.