Skip to content

Commit

Permalink
Fix Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnittcher committed Aug 3, 2024
1 parent bc70448 commit a4c2d67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ShellyGas/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
class ShellyGas extends ShellyModule
{
public static $Variables = [
['Shelly_Operation', 'Operation', VARIABLETYPE_INTEGER, 'Shelly.Gas.Operation', [], '', false, true,false],
['Shelly_Gas', 'Gas', VARIABLETYPE_INTEGER, 'Shelly.Gas', [], '', false, true,false],
['Shelly_SelfTest', 'Self Test', VARIABLETYPE_INTEGER, 'Shelly.Gas.SelfTest', [], '', false, true,false],
['Shelly_Concentration', 'Concentration', VARIABLETYPE_INTEGER, '', [], '', false, true,false],
['Shelly_Control', 'Control', VARIABLETYPE_INTEGER, 'Shelly.Gas.Control', [], '', true, true,false],
['Shelly_Reachable', 'Reachable', VARIABLETYPE_BOOLEAN, 'Shelly.Reachable', '', '', false, true,false]
['Shelly_Operation', 'Operation', VARIABLETYPE_INTEGER, 'Shelly.Gas.Operation', [], '', false, true, false],
['Shelly_Gas', 'Gas', VARIABLETYPE_INTEGER, 'Shelly.Gas', [], '', false, true, false],
['Shelly_SelfTest', 'Self Test', VARIABLETYPE_INTEGER, 'Shelly.Gas.SelfTest', [], '', false, true, false],
['Shelly_Concentration', 'Concentration', VARIABLETYPE_INTEGER, '', [], '', false, true, false],
['Shelly_Control', 'Control', VARIABLETYPE_INTEGER, 'Shelly.Gas.Control', [], '', true, true, false],
['Shelly_Reachable', 'Reachable', VARIABLETYPE_BOOLEAN, 'Shelly.Reachable', '', '', false, true, false]
];

public function Create()
Expand Down

0 comments on commit a4c2d67

Please sign in to comment.