issue-15 #21
@ -42,7 +42,7 @@
 | 
			
		||||
               [@detailExpand]="element == expandedElement ? 'expanded' : 'collapsed'">
 | 
			
		||||
            <div class="condition-action-container">
 | 
			
		||||
              <div class="action-container">
 | 
			
		||||
                <app-scriptaccount-action-editor [transition]="element" [scriptAccounts]="scriptAccounts"></app-scriptaccount-action-editor>
 | 
			
		||||
                <app-scriptaccount-action-editor [transition]="element" [scriptAccounts]="scriptAccounts" [enableEditing]="true"></app-scriptaccount-action-editor>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="condition-container">
 | 
			
		||||
                <app-scriptaccount-condition-editor [conditions]="element.scriptAccountConditions" [scriptAccounts]="scriptAccounts"
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,6 @@
 | 
			
		||||
            "initial": false,
 | 
			
		||||
            "conditions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "scriptAccount": "Luftfeuchtigkeit",
 | 
			
		||||
                    "minValue": 0,
 | 
			
		||||
                    "maxValue": "50"
 | 
			
		||||
                }
 | 
			
		||||
@ -18,7 +17,6 @@
 | 
			
		||||
            "initial": false,
 | 
			
		||||
            "conditions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "scriptAccount": "Luftfeuchtigkeit",
 | 
			
		||||
                    "minValue": "50",
 | 
			
		||||
                    "maxValue": "75"
 | 
			
		||||
                }
 | 
			
		||||
@ -29,14 +27,13 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "transitions": [
 | 
			
		||||
        {
 | 
			
		||||
            "scriptAccountActions": [],
 | 
			
		||||
            "scriptAccountConditions": [
 | 
			
		||||
            "scriptAccountActions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "scriptAccount": "Luftfeuchtigkeit",
 | 
			
		||||
                    "minValue": "50",
 | 
			
		||||
                    "maxValue": "75"
 | 
			
		||||
                    "changingValue": 10,
 | 
			
		||||
                    "scriptAccount": "Temperature"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "scriptAccountConditions": [],
 | 
			
		||||
            "startingState": "Sonnig",
 | 
			
		||||
            "endingState": "Wolkig"
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user