661 B
661 B
title | description |
---|---|
test.vectorInt | test_vectorInt attributes, type and example |
Constructor: test.vectorInt
Attributes:
Name | Type | Required |
---|---|---|
value | Array of int | Yes |
Type: test_VectorInt
Example:
$test_vectorInt = ['_' => 'test.vectorInt', 'value' => [int]];
PWRTelegram json-encoded version:
{"_": "test.vectorInt", "value": [int]}
Or, if you're into Lua:
test_vectorInt={_='test.vectorInt', value={int}}