|
2997 | 2997 | "define": "FAN_CONTROL_CLUSTER",
|
2998 | 2998 | "side": "server",
|
2999 | 2999 | "enabled": 1,
|
| 3000 | + "commands": [ |
| 3001 | + { |
| 3002 | + "name": "Step", |
| 3003 | + "code": 0, |
| 3004 | + "mfgCode": null, |
| 3005 | + "source": "client", |
| 3006 | + "isIncoming": 1, |
| 3007 | + "isEnabled": 1 |
| 3008 | + } |
| 3009 | + ], |
3000 | 3010 | "attributes": [
|
3001 | 3011 | {
|
3002 | 3012 | "name": "FanMode",
|
|
3005 | 3015 | "side": "server",
|
3006 | 3016 | "type": "FanModeEnum",
|
3007 | 3017 | "included": 1,
|
3008 |
| - "storageOption": "RAM", |
| 3018 | + "storageOption": "NVM", |
3009 | 3019 | "singleton": 0,
|
3010 | 3020 | "bounded": 0,
|
3011 | 3021 | "defaultValue": "0",
|
|
3037 | 3047 | "side": "server",
|
3038 | 3048 | "type": "percent",
|
3039 | 3049 | "included": 1,
|
3040 |
| - "storageOption": "RAM", |
| 3050 | + "storageOption": "NVM", |
3041 | 3051 | "singleton": 0,
|
3042 | 3052 | "bounded": 0,
|
3043 |
| - "defaultValue": "0", |
| 3053 | + "defaultValue": "0x00", |
3044 | 3054 | "reportable": 1,
|
3045 | 3055 | "minInterval": 1,
|
3046 | 3056 | "maxInterval": 65534,
|
|
3056 | 3066 | "storageOption": "RAM",
|
3057 | 3067 | "singleton": 0,
|
3058 | 3068 | "bounded": 0,
|
3059 |
| - "defaultValue": "0", |
| 3069 | + "defaultValue": "0x00", |
3060 | 3070 | "reportable": 1,
|
3061 | 3071 | "minInterval": 1,
|
3062 | 3072 | "maxInterval": 65534,
|
|
3072 | 3082 | "storageOption": "RAM",
|
3073 | 3083 | "singleton": 0,
|
3074 | 3084 | "bounded": 0,
|
3075 |
| - "defaultValue": "1", |
| 3085 | + "defaultValue": "100", |
3076 | 3086 | "reportable": 1,
|
3077 | 3087 | "minInterval": 1,
|
3078 | 3088 | "maxInterval": 65534,
|
|
3085 | 3095 | "side": "server",
|
3086 | 3096 | "type": "int8u",
|
3087 | 3097 | "included": 1,
|
3088 |
| - "storageOption": "RAM", |
| 3098 | + "storageOption": "NVM", |
3089 | 3099 | "singleton": 0,
|
3090 | 3100 | "bounded": 0,
|
3091 |
| - "defaultValue": "0", |
| 3101 | + "defaultValue": "0x00", |
3092 | 3102 | "reportable": 1,
|
3093 | 3103 | "minInterval": 1,
|
3094 | 3104 | "maxInterval": 65534,
|
|
3101 | 3111 | "side": "server",
|
3102 | 3112 | "type": "int8u",
|
3103 | 3113 | "included": 1,
|
3104 |
| - "storageOption": "RAM", |
| 3114 | + "storageOption": "NVM", |
3105 | 3115 | "singleton": 0,
|
3106 | 3116 | "bounded": 0,
|
3107 | 3117 | "defaultValue": "0",
|
|
3120 | 3130 | "storageOption": "RAM",
|
3121 | 3131 | "singleton": 0,
|
3122 | 3132 | "bounded": 0,
|
3123 |
| - "defaultValue": "0x00", |
| 3133 | + "defaultValue": "0x03", |
3124 | 3134 | "reportable": 1,
|
3125 | 3135 | "minInterval": 1,
|
3126 | 3136 | "maxInterval": 65534,
|
|
3133 | 3143 | "side": "server",
|
3134 | 3144 | "type": "RockBitmap",
|
3135 | 3145 | "included": 1,
|
3136 |
| - "storageOption": "RAM", |
| 3146 | + "storageOption": "NVM", |
3137 | 3147 | "singleton": 0,
|
3138 | 3148 | "bounded": 0,
|
3139 | 3149 | "defaultValue": "0x00",
|
|
3152 | 3162 | "storageOption": "RAM",
|
3153 | 3163 | "singleton": 0,
|
3154 | 3164 | "bounded": 0,
|
3155 |
| - "defaultValue": "0x00", |
| 3165 | + "defaultValue": "0x03", |
3156 | 3166 | "reportable": 1,
|
3157 | 3167 | "minInterval": 1,
|
3158 | 3168 | "maxInterval": 65534,
|
|
3165 | 3175 | "side": "server",
|
3166 | 3176 | "type": "WindBitmap",
|
3167 | 3177 | "included": 1,
|
3168 |
| - "storageOption": "RAM", |
| 3178 | + "storageOption": "NVM", |
3169 | 3179 | "singleton": 0,
|
3170 | 3180 | "bounded": 0,
|
3171 | 3181 | "defaultValue": "0x00",
|
|
3174 | 3184 | "maxInterval": 65534,
|
3175 | 3185 | "reportableChange": 0
|
3176 | 3186 | },
|
| 3187 | + { |
| 3188 | + "name": "AirflowDirection", |
| 3189 | + "code": 11, |
| 3190 | + "mfgCode": null, |
| 3191 | + "side": "server", |
| 3192 | + "type": "AirflowDirectionEnum", |
| 3193 | + "included": 1, |
| 3194 | + "storageOption": "NVM", |
| 3195 | + "singleton": 0, |
| 3196 | + "bounded": 0, |
| 3197 | + "defaultValue": "0", |
| 3198 | + "reportable": 1, |
| 3199 | + "minInterval": 1, |
| 3200 | + "maxInterval": 65534, |
| 3201 | + "reportableChange": 0 |
| 3202 | + }, |
3177 | 3203 | {
|
3178 | 3204 | "name": "GeneratedCommandList",
|
3179 | 3205 | "code": 65528,
|
|
3206 | 3232 | "maxInterval": 65534,
|
3207 | 3233 | "reportableChange": 0
|
3208 | 3234 | },
|
| 3235 | + { |
| 3236 | + "name": "EventList", |
| 3237 | + "code": 65530, |
| 3238 | + "mfgCode": null, |
| 3239 | + "side": "server", |
| 3240 | + "type": "array", |
| 3241 | + "included": 1, |
| 3242 | + "storageOption": "External", |
| 3243 | + "singleton": 0, |
| 3244 | + "bounded": 0, |
| 3245 | + "defaultValue": null, |
| 3246 | + "reportable": 1, |
| 3247 | + "minInterval": 1, |
| 3248 | + "maxInterval": 65534, |
| 3249 | + "reportableChange": 0 |
| 3250 | + }, |
3209 | 3251 | {
|
3210 | 3252 | "name": "AttributeList",
|
3211 | 3253 | "code": 65531,
|
|
3232 | 3274 | "storageOption": "RAM",
|
3233 | 3275 | "singleton": 0,
|
3234 | 3276 | "bounded": 0,
|
3235 |
| - "defaultValue": "0", |
| 3277 | + "defaultValue": "0x3F", |
3236 | 3278 | "reportable": 1,
|
3237 | 3279 | "minInterval": 1,
|
3238 | 3280 | "maxInterval": 65534,
|
|
0 commit comments