iotile / iotile/coretools

iotile-sensorgraph - every x minutes only executes final line.

Open
#409 10 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.