@texturehq/edges 2.6.0 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{colors-BbO4TbGH.d.ts → colors-DDHuxvI2.d.ts} +0 -54
- package/dist/{colors-fisZABpX.d.cts → colors-OWPD19TC.d.cts} +0 -54
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
|
@@ -3116,60 +3116,6 @@ declare const ENTITY_CONFIG: {
|
|
|
3116
3116
|
readonly plural: "Meters";
|
|
3117
3117
|
};
|
|
3118
3118
|
readonly description: "Revenue meter at the point of consumption";
|
|
3119
|
-
readonly fusedMetricId: "power";
|
|
3120
|
-
readonly fields: {
|
|
3121
|
-
readonly headlineMetrics: [{
|
|
3122
|
-
readonly id: "power";
|
|
3123
|
-
readonly label: "device.meter.fields.power";
|
|
3124
|
-
readonly source: {
|
|
3125
|
-
readonly kind: "state";
|
|
3126
|
-
readonly path: "state.phaseARealPower";
|
|
3127
|
-
};
|
|
3128
|
-
readonly format: {
|
|
3129
|
-
readonly type: "power";
|
|
3130
|
-
readonly unit: "kW";
|
|
3131
|
-
readonly decimals: 2;
|
|
3132
|
-
};
|
|
3133
|
-
readonly icon: "Pulse";
|
|
3134
|
-
}, {
|
|
3135
|
-
readonly id: "consumption";
|
|
3136
|
-
readonly label: "device.meter.fields.consumption";
|
|
3137
|
-
readonly source: {
|
|
3138
|
-
readonly kind: "state";
|
|
3139
|
-
readonly path: "state.latestKwhUsage";
|
|
3140
|
-
};
|
|
3141
|
-
readonly format: {
|
|
3142
|
-
readonly type: "energy";
|
|
3143
|
-
readonly sourceUnit: "kWh";
|
|
3144
|
-
readonly decimals: 2;
|
|
3145
|
-
};
|
|
3146
|
-
readonly icon: "Lightning";
|
|
3147
|
-
}, {
|
|
3148
|
-
readonly id: "voltage";
|
|
3149
|
-
readonly label: "device.meter.fields.voltage";
|
|
3150
|
-
readonly source: {
|
|
3151
|
-
readonly kind: "state";
|
|
3152
|
-
readonly path: "state.phaseAVoltage";
|
|
3153
|
-
};
|
|
3154
|
-
readonly format: {
|
|
3155
|
-
readonly type: "voltage";
|
|
3156
|
-
readonly decimals: 1;
|
|
3157
|
-
};
|
|
3158
|
-
readonly icon: "Lightning";
|
|
3159
|
-
}, {
|
|
3160
|
-
readonly id: "current";
|
|
3161
|
-
readonly label: "device.meter.fields.current";
|
|
3162
|
-
readonly source: {
|
|
3163
|
-
readonly kind: "state";
|
|
3164
|
-
readonly path: "state.phaseACurrent";
|
|
3165
|
-
};
|
|
3166
|
-
readonly format: {
|
|
3167
|
-
readonly type: "current";
|
|
3168
|
-
readonly decimals: 2;
|
|
3169
|
-
};
|
|
3170
|
-
readonly icon: "Lightning";
|
|
3171
|
-
}];
|
|
3172
|
-
};
|
|
3173
3119
|
};
|
|
3174
3120
|
readonly consumer: {
|
|
3175
3121
|
readonly icon: "Gauge";
|
|
@@ -3116,60 +3116,6 @@ declare const ENTITY_CONFIG: {
|
|
|
3116
3116
|
readonly plural: "Meters";
|
|
3117
3117
|
};
|
|
3118
3118
|
readonly description: "Revenue meter at the point of consumption";
|
|
3119
|
-
readonly fusedMetricId: "power";
|
|
3120
|
-
readonly fields: {
|
|
3121
|
-
readonly headlineMetrics: [{
|
|
3122
|
-
readonly id: "power";
|
|
3123
|
-
readonly label: "device.meter.fields.power";
|
|
3124
|
-
readonly source: {
|
|
3125
|
-
readonly kind: "state";
|
|
3126
|
-
readonly path: "state.phaseARealPower";
|
|
3127
|
-
};
|
|
3128
|
-
readonly format: {
|
|
3129
|
-
readonly type: "power";
|
|
3130
|
-
readonly unit: "kW";
|
|
3131
|
-
readonly decimals: 2;
|
|
3132
|
-
};
|
|
3133
|
-
readonly icon: "Pulse";
|
|
3134
|
-
}, {
|
|
3135
|
-
readonly id: "consumption";
|
|
3136
|
-
readonly label: "device.meter.fields.consumption";
|
|
3137
|
-
readonly source: {
|
|
3138
|
-
readonly kind: "state";
|
|
3139
|
-
readonly path: "state.latestKwhUsage";
|
|
3140
|
-
};
|
|
3141
|
-
readonly format: {
|
|
3142
|
-
readonly type: "energy";
|
|
3143
|
-
readonly sourceUnit: "kWh";
|
|
3144
|
-
readonly decimals: 2;
|
|
3145
|
-
};
|
|
3146
|
-
readonly icon: "Lightning";
|
|
3147
|
-
}, {
|
|
3148
|
-
readonly id: "voltage";
|
|
3149
|
-
readonly label: "device.meter.fields.voltage";
|
|
3150
|
-
readonly source: {
|
|
3151
|
-
readonly kind: "state";
|
|
3152
|
-
readonly path: "state.phaseAVoltage";
|
|
3153
|
-
};
|
|
3154
|
-
readonly format: {
|
|
3155
|
-
readonly type: "voltage";
|
|
3156
|
-
readonly decimals: 1;
|
|
3157
|
-
};
|
|
3158
|
-
readonly icon: "Lightning";
|
|
3159
|
-
}, {
|
|
3160
|
-
readonly id: "current";
|
|
3161
|
-
readonly label: "device.meter.fields.current";
|
|
3162
|
-
readonly source: {
|
|
3163
|
-
readonly kind: "state";
|
|
3164
|
-
readonly path: "state.phaseACurrent";
|
|
3165
|
-
};
|
|
3166
|
-
readonly format: {
|
|
3167
|
-
readonly type: "current";
|
|
3168
|
-
readonly decimals: 2;
|
|
3169
|
-
};
|
|
3170
|
-
readonly icon: "Lightning";
|
|
3171
|
-
}];
|
|
3172
|
-
};
|
|
3173
3119
|
};
|
|
3174
3120
|
readonly consumer: {
|
|
3175
3121
|
readonly icon: "Gauge";
|