iotile-sensorgraph - every x minutes only executes final line.
Open
iotile-sensorgraph
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```
every 10 minutes
{
call 0x8000 on slot 4;
call 0x8001 on slot 4 => output 35;
call 0x8002 on slot 4 => output 33;
call 0x8003 on slot 4 => output 34;
}
```
will only output 34
I was able to work around this by using the every x tick_x command
Contributor guide
Assessment
This issue has not been assessed yet.