Skip to content

Commit 3c8e8eb

Browse files
[autofix.ci] apply automated fixes
1 parent bd2899c commit 3c8e8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/tuya.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ const tuyaTz = {
33293329
utils.getOptions(meta.mapped, entity),
33303330
);
33313331

3332-
if (state[stateKey] === "OFF" ) {
3332+
if (state[stateKey] === "OFF") {
33333333
await entity.command("genOnOff", "on", {}, utils.getOptions(meta.mapped, entity));
33343334
}
33353335

0 commit comments

Comments
 (0)