LogicMachine Forum
create object with sub datatype - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: create object with sub datatype (/showthread.php?tid=6270)



create object with sub datatype - sebastian.strasser - 25.01.2026

hello,

is it possible to create group adresses with grp.create with sub datatypes?

example: 01.001 switch or 01.008 up/down
not only with the main datatype 01/bool

thanks


RE: create object with sub datatype - Daniel - 26.01.2026

You can use number for the datatype only in integer format like for 01.008 use 1008


RE: create object with sub datatype - sebastian.strasser - 26.01.2026

It works, thanks