Fan isnt off ,need help #2346
sbum8181
started this conversation in
MEPLHAA Scripts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Detailed steps to reproduce it
MEPLHAA Script
Used device
HAA version
iOS/iPadOS version
This is my code all speed relay working but when i made speed 0 j mean off the fan in home app all relay activated
Need help
{
"c": {
"io": [
[[12,13, 14, 16], 2],
[[4] , 6]
],
"l": 13,
"b": [{ "g": 0, "t": 5 }
]
},
"a": [
{
"t": 65,
"e": 4,
"0": { "r": [ { "g": 12,"v":0},
{ "g": 13 },
{ "g": 14 },
{ "g": 16}] },
"y0": [
{
"v": 1,
"0": { "r": [{ "g": 12, "v": 1, "i": 0.5},
{ "g": 14, "v": 0 , "i": 0.6 },
{ "g": 16, "v": 0 , "i": 0.5 }
] }
},
{
"v": 2,
"0": { "r": [{ "g": 14, "v": 1 , "i": 0.6 },
{ "g": 12, "v": 0 , "i": 0.5 },
{ "g": 16, "v": 0 , "i": 0.5 }
] }
},
{
"v":3,
"0": {
"r": [
{ "g": 12, "v": 1 , "i": 0.5 },
{ "g": 14, "v": 1 , "i": 0.6 },
{ "g": 16, "v": 0 , "i": 0.5 }
]
}
},
{
"v": 4,
"0": { "r": [{ "g": 16, "v": 1 , "i": 0.5 },
{ "g": 12, "v": 0 , "i": 0.5 },
{ "g": 14, "v": 0 , "i": 0.6 }
] }
}
],
"s": 5,
"b": [{ "g": 4, "t": 1 , "i": 0.5 }]
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions