switch in room 2

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

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

test

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

id 1
type thermo
note
room 1
image
name test

thermostat0

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

note note
name thermostat0
image
room 1
type thermostat
id 2

light0

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

id 3
type light
room 1
image
name light0
note note

Fri Apr 10 22:55:09 2026 by walley