Skip to content

Commit

Permalink
Added Tuya zigbee gw support (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2022
1 parent ec9ba28 commit 0c18858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/States/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getExpectedValue(): bool|float|int|string|DateTimeInterface|Meta

public function setPending(bool|string|null $pending): void;

public function getPending(): bool|string|null;
public function getPending(): bool|DateTimeInterface|null;

public function isPending(): bool;

Expand Down

0 comments on commit 0c18858

Please sign in to comment.