Skip to content

Commit 1508416

Browse files
author
John Wang
committed
Fix attributes of basic_video_player, fan, pump, and air_conditioner reset to default after rebooting.
1 parent 7c6e233 commit 1508416

4 files changed

+15
-15
lines changed

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap

+3-3
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@
24852485
"side": "server",
24862486
"type": "boolean",
24872487
"included": 1,
2488-
"storageOption": "RAM",
2488+
"storageOption": "NVM",
24892489
"singleton": 0,
24902490
"bounded": 0,
24912491
"defaultValue": "0",
@@ -3245,7 +3245,7 @@
32453245
"side": "server",
32463246
"type": "PlaybackStateEnum",
32473247
"included": 1,
3248-
"storageOption": "RAM",
3248+
"storageOption": "NVM",
32493249
"singleton": 0,
32503250
"bounded": 0,
32513251
"defaultValue": "0x00",
@@ -3924,4 +3924,4 @@
39243924
}
39253925
],
39263926
"log": []
3927-
}
3927+
}

examples/chef/devices/rootnode_fan_7N2TobIlOX.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@
29582958
"side": "server",
29592959
"type": "FanModeEnum",
29602960
"included": 1,
2961-
"storageOption": "RAM",
2961+
"storageOption": "NVM",
29622962
"singleton": 0,
29632963
"bounded": 0,
29642964
"defaultValue": "0",
@@ -3228,4 +3228,4 @@
32283228
"networkId": 0
32293229
}
32303230
]
3231-
}
3231+
}

examples/chef/devices/rootnode_pump_5f904818cc.zap

+5-5
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@
25062506
"side": "server",
25072507
"type": "boolean",
25082508
"included": 1,
2509-
"storageOption": "RAM",
2509+
"storageOption": "NVM",
25102510
"singleton": 0,
25112511
"bounded": 0,
25122512
"defaultValue": "0",
@@ -3048,7 +3048,7 @@
30483048
"side": "server",
30493049
"type": "int16s",
30503050
"included": 1,
3051-
"storageOption": "RAM",
3051+
"storageOption": "NVM",
30523052
"singleton": 0,
30533053
"bounded": 0,
30543054
"defaultValue": "6000",
@@ -3202,7 +3202,7 @@
32023202
"side": "server",
32033203
"type": "int16s",
32043204
"included": 1,
3205-
"storageOption": "RAM",
3205+
"storageOption": "NVM",
32063206
"singleton": 0,
32073207
"bounded": 0,
32083208
"defaultValue": "4500",
@@ -3356,7 +3356,7 @@
33563356
"side": "server",
33573357
"type": "int16u",
33583358
"included": 1,
3359-
"storageOption": "RAM",
3359+
"storageOption": "NVM",
33603360
"singleton": 0,
33613361
"bounded": 0,
33623362
"defaultValue": "50",
@@ -3514,4 +3514,4 @@
35143514
"networkId": 0
35153515
}
35163516
]
3517-
}
3517+
}

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.zap

+5-5
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@
22842284
"side": "server",
22852285
"type": "boolean",
22862286
"included": 1,
2287-
"storageOption": "RAM",
2287+
"storageOption": "NVM",
22882288
"singleton": 0,
22892289
"bounded": 0,
22902290
"defaultValue": "0",
@@ -2586,7 +2586,7 @@
25862586
"side": "server",
25872587
"type": "int16s",
25882588
"included": 1,
2589-
"storageOption": "RAM",
2589+
"storageOption": "NVM",
25902590
"singleton": 0,
25912591
"bounded": 0,
25922592
"defaultValue": "",
@@ -2698,7 +2698,7 @@
26982698
"side": "server",
26992699
"type": "enum8",
27002700
"included": 1,
2701-
"storageOption": "RAM",
2701+
"storageOption": "NVM",
27022702
"singleton": 0,
27032703
"bounded": 0,
27042704
"defaultValue": "0x03",
@@ -2821,7 +2821,7 @@
28212821
"side": "server",
28222822
"type": "FanModeEnum",
28232823
"included": 1,
2824-
"storageOption": "RAM",
2824+
"storageOption": "NVM",
28252825
"singleton": 0,
28262826
"bounded": 0,
28272827
"defaultValue": "0",
@@ -3133,4 +3133,4 @@
31333133
"networkId": 0
31343134
}
31353135
]
3136-
}
3136+
}

0 commit comments

Comments
 (0)