Lines Matching refs:state
6 state: { class in PowerControlStore
12 powerCapValue: (state) => state.powerCapValue,
13 powerCapUri: (state) => state.powerCapUri,
14 powerConsumptionValue: (state) => state.powerConsumptionValue,
17 setPowerCapValue: (state, powerCapValue) =>
18 (state.powerCapValue = powerCapValue),
19 setPowerCapUri: (state, powerCapUri) => (state.powerCapUri = powerCapUri),
20 setPowerConsumptionValue: (state, powerConsumptionValue) =>
21 (state.powerConsumptionValue = powerConsumptionValue),
61 async setPowerControl({ state }, powerCapValue) { field in PowerControlStore.actions.AnonymousClass0f8f22ef0401
66 .patch(state.powerCapUri, data)