| 592 | size_t index = 0; |
| 593 | json_t *seqValue = nullptr; |
| 594 | json_array_foreach(sequence, index, seqValue) { |
| 595 | state.sequence.push_back(static_cast<uint16_t>(json_integer_value(seqValue))); |
| 596 | } |
| 597 | } |
| 598 | |
| 599 | core.setChannelState(i, state); |
nothing calls this directly
no outgoing calls
no test coverage detected