Skip to content

Commit

Permalink
update attribute values
Browse files Browse the repository at this point in the history
  • Loading branch information
stingchang committed Apr 11, 2024
1 parent 314b9ba commit bc5b6b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2147,10 +2147,10 @@ endpoint 1 {
server cluster PowerSource {
ram attribute status default = 1;
ram attribute order default = 1;
ram attribute description default = "Battery";
ram attribute batVoltage default = 120;
ram attribute batPercentRemaining default = 100;
ram attribute batTimeRemaining default = 10;
ram attribute description default = "Primary Battery";
ram attribute batVoltage default = 4100;
ram attribute batPercentRemaining default = 95;
ram attribute batTimeRemaining default = 5184000;
ram attribute batChargeLevel default = 0;
ram attribute batReplacementNeeded default = 0;
ram attribute batReplaceability default = 1;
Expand All @@ -2170,7 +2170,6 @@ endpoint 1 {
ram attribute stateValue default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 1;
Expand Down
24 changes: 4 additions & 20 deletions examples/chef/devices/rootnode_contactsensor_27f76aeaf5.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "Battery",
"defaultValue": "Primary Battery",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand All @@ -2712,7 +2712,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "120",
"defaultValue": "4100",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand All @@ -2728,7 +2728,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "100",
"defaultValue": "95",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand All @@ -2744,7 +2744,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "10",
"defaultValue": "5184000",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -3016,22 +3016,6 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "EventList",
"code": 65530,
"mfgCode": null,
"side": "server",
"type": "array",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "AttributeList",
"code": 65531,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,6 @@ endpoint 1 {
ram attribute identifyType default = 0x0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 2;
Expand Down
16 changes: 0 additions & 16 deletions examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2590,22 +2590,6 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "EventList",
"code": 65530,
"mfgCode": null,
"side": "server",
"type": "array",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "AttributeList",
"code": 65531,
Expand Down

0 comments on commit bc5b6b9

Please sign in to comment.