1
0
Files
nbtevo-system-dump/sda0/opt/hmi/ID5/data/ro/common/script/test.lua
2025-06-09 15:07:26 +02:00

7 lines
166 B
Lua

function hmi_testLayoutSelection( view, model )
print("Test")
if hmi_getModelRowOffset(view) == 1 then
print("1")
hmi_selectGridLayout(view, "Test2")
end
end