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