File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1881,8 +1881,8 @@ endpoint 1 {
1881
1881
1882
1882
server cluster TemperatureControl {
1883
1883
ram attribute temperatureSetpoint default = 0;
1884
- ram attribute minTemperature default = 0 ;
1885
- ram attribute maxTemperature default = 0 ;
1884
+ ram attribute minTemperature default = 4900 ;
1885
+ ram attribute maxTemperature default = 8200 ;
1886
1886
ram attribute step default = 0;
1887
1887
callback attribute generatedCommandList;
1888
1888
callback attribute acceptedCommandList;
Original file line number Diff line number Diff line change 3286
3286
" storageOption" : " RAM" ,
3287
3287
" singleton" : 0 ,
3288
3288
" bounded" : 0 ,
3289
- " defaultValue" : " 0 " ,
3289
+ " defaultValue" : " 4900 " ,
3290
3290
" reportable" : 1 ,
3291
3291
" minInterval" : 1 ,
3292
3292
" maxInterval" : 65534 ,
3302
3302
" storageOption" : " RAM" ,
3303
3303
" singleton" : 0 ,
3304
3304
" bounded" : 0 ,
3305
- " defaultValue" : " 0 " ,
3305
+ " defaultValue" : " 8200 " ,
3306
3306
" reportable" : 1 ,
3307
3307
" minInterval" : 1 ,
3308
3308
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments