[Modul] Shelly Gen2+

Gerade mal geschaut, den Fehler bekomme ich auch.

@Dr.Niels, @paresy oder @Parzival,

Was mache ich beim Anlegen der Variable falsch?

            $this->RegisterVariableBoolean('Reachable', $this->Translate('Reachable'), [
                'PRESENTATION'    => VARIABLE_PRESENTATION_VALUE_PRESENTATION,
                'OPTIONS'         => json_encode([
                    [
                        'Value'            => true,
                        'Caption'          => 'Online',
                        'IconActive'       => false,
                        'Icon'             => 'Information',
                        'ColorActive'      => true,
                        'Color'       => 65280
                    ],
                    [
                        'Value'            => false,
                        'Caption'          => 'Offline',
                        'IconActive'       => false,
                        'Icon'             => 'Information',
                        'ColorActive'      => true,
                        'Color'       => 16711680,
                    ],
                ]
                    )
            ], 99);
1 „Gefällt mir“