{
    "Addresses": [
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Seconds",
            "Profile": "",
            "ReadAddress": 133,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        },
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Minutes",
            "Profile": "",
            "ReadAddress": 134,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        },
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Hours",
            "Profile": "",
            "ReadAddress": 135,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        },
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Days",
            "Profile": "",
            "ReadAddress": 136,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        },
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Months",
            "Profile": "",
            "ReadAddress": 137,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        },
        {
            "Active": true,
            "ByteOrder": -1,
            "DataType": 2,
            "Factor": 0,
            "Ident": "",
            "Length": 0,
            "Name": "RTC-Years",
            "Profile": "",
            "ReadAddress": 138,
            "ReadFunctionCode": 3,
            "Translation": [],
            "WriteAddress": 0,
            "WriteFunctionCode": 0
        }
    ],
    "ByteOrder": 0,
    "Profiles": {},
    "Requests": {
        "Interval": 60000
    },
    "VirtualAddresses": [
        {
            "Active": true,
            "Ident": "Date",
            "Name": "Date",
            "Profile": "",
            "ReadAction": "return ($VALUES[\"A_2_3_136\"].'.'.$VALUES[\"A_2_3_137\"].'.20'.$VALUES[\"A_2_3_138\"] );",
            "Translation": [
                {
                    "Language": "de",
                    "Name": "Datum"
                }
            ],
            "VariableType": 3,
            "WriteAction": ""
        },
        {
            "Active": true,
            "Ident": "Time",
            "Name": "Time",
            "Profile": "",
            "ReadAction": "if ( $VALUES[\"A_2_3_133\"] < 10 ) { $sek = '0'.$VALUES[\"A_2_3_133\"]; } else { $sek = $VALUES[\"A_2_3_133\"]; }\r\nif ( $VALUES[\"A_2_3_134\"] < 10 ) { $min = '0'.$VALUES[\"A_2_3_134\"]; } else { $min = $VALUES[\"A_2_3_134\"]; }\r\nif ( $VALUES[\"A_2_3_135\"] < 10 ) { $std = '0'.$VALUES[\"A_2_3_135\"]; } else { $std = $VALUES[\"A_2_3_135\"]; }\r\n//return ($std.':'.$min.':'.$sek );\r\nreturn ($std.':'.$min );",
            "Translation": [
                {
                    "Language": "de",
                    "Name": "Uhrzeit"
                }
            ],
            "VariableType": 3,
            "WriteAction": ""
        }
    ]
}