test

$VAR1 = \{'test' => {'id' => 1,'room' => 1,'type' => 'thermo','image' => '','note' => '','name' => 'test'},'thermostat0' => {'name' => 'thermostat0','note' => 'note','id' => 2,'room' => 1,'type' => 'thermostat','image' => ''},'switch in room 2' => {'name' => 'switch in room 2','note' => 'note','image' => '','type' => 'switch','room' => 2,'id' => 4},'light0' => {'name' => 'light0','note' => 'note','image' => '','type' => 'light','room' => 1,'id' => 3}};

id 1
room 1
type thermo
image
note
name test

thermostat0

$VAR1 = \{'test' => {'id' => 1,'room' => 1,'type' => 'thermo','image' => '','note' => '','name' => 'test'},'thermostat0' => {'name' => 'thermostat0','note' => 'note','id' => 2,'room' => 1,'type' => 'thermostat','image' => ''},'switch in room 2' => {'name' => 'switch in room 2','note' => 'note','image' => '','type' => 'switch','room' => 2,'id' => 4},'light0' => {'name' => 'light0','note' => 'note','image' => '','type' => 'light','room' => 1,'id' => 3}};

name thermostat0
note note
id 2
room 1
type thermostat
image

switch in room 2

$VAR1 = \{'test' => {'id' => 1,'room' => 1,'type' => 'thermo','image' => '','note' => '','name' => 'test'},'thermostat0' => {'name' => 'thermostat0','note' => 'note','id' => 2,'room' => 1,'type' => 'thermostat','image' => ''},'switch in room 2' => {'name' => 'switch in room 2','note' => 'note','image' => '','type' => 'switch','room' => 2,'id' => 4},'light0' => {'name' => 'light0','note' => 'note','image' => '','type' => 'light','room' => 1,'id' => 3}};

name switch in room 2
note note
image
type switch
room 2
id 4

light0

$VAR1 = \{'test' => {'id' => 1,'room' => 1,'type' => 'thermo','image' => '','note' => '','name' => 'test'},'thermostat0' => {'name' => 'thermostat0','note' => 'note','id' => 2,'room' => 1,'type' => 'thermostat','image' => ''},'switch in room 2' => {'name' => 'switch in room 2','note' => 'note','image' => '','type' => 'switch','room' => 2,'id' => 4},'light0' => {'name' => 'light0','note' => 'note','image' => '','type' => 'light','room' => 1,'id' => 3}};

name light0
note note
image
type light
room 1
id 3

Sat Aug 23 09:13:32 2025 by walley