@@ -212,68 +212,66 @@ Bridge tesla:account:myaccount "My Tesla Account" [ refreshToken="xxxx" ] {
212
212
demo. items:
213
213
214
214
```java
215
- DateTime TeslaEventstamp {channel= " account:model3:myaccount:mycar:eventstamp" }
216
- String TeslaState {channel= " account:model3:myaccount:mycar:state" }
217
- Number TeslaSpeed {channel= " account:model3:myaccount:mycar:speed" }
218
- String TeslaShiftState {channel= " account:model3:myaccount:mycar:shiftstate" }
219
- Number TeslaOdometer {channel= " account:model3:myaccount:mycar:odometer" }
220
- Number TeslaRange {channel= " account:model3:myaccount:mycar:range" }
221
-
222
- Number TeslaBatteryLevel {channel= " account:model3:myaccount:mycar:batterylevel" }
223
- Number TeslaPower {channel= " account:model3:myaccount:mycar:power" }
224
- Number TeslaBatteryCurrent {channel= " account:model3:myaccount:mycar:batterycurrent" }
225
- Number TeslaBatteryRange {channel= " account:model3:myaccount:mycar:batteryrange" }
226
- Number TeslaEstBatteryRange {channel= " account:model3:myaccount:mycar:estimatedbatteryrange" }
227
- Number TeslaIdealBatteryRange {channel= " account:model3:myaccount:mycar:idealbatteryrange" }
228
- Number TeslaUsableBatteryLevel {channel= " account:model3:myaccount:mycar:usablebatterylevel" }
229
- Switch TeslaPreconditioning {channel= " account:model3:myaccount:mycar:preconditioning" }
230
-
231
- Switch TeslaCharge {channel= " account:model3:myaccount:mycar:charge" }
232
- Switch TeslaChargeToMax {channel= " account:model3:myaccount:mycar:chargetomax" }
233
-
234
- Dimmer TeslaChargeLimit {channel= " account:model3:myaccount:mycar:chargelimit" }
235
- Number TeslaChargeRate {channel= " account:model3:myaccount:mycar:chargerate" }
236
- String TeslaChargingState {channel= " account:model3:myaccount:mycar:chargingstate" }
237
- Number TeslaChargerPower {channel= " account:model3:myaccount:mycar:chargerpower" }
238
- Number TeslaTimeToFullCharge {channel= " account:model3:myaccount:mycar:timetofullcharge" }
239
- Number TeslaMaxCharges {channel= " account:model3:myaccount:mycar:maxcharges" }
240
-
241
- Number TeslaChargerVoltage {channel= " account:model3:myaccount:mycar:chargervoltage" }
242
- Number TeslaChargerCurrent {channel= " account:model3:myaccount:mycar:chargercurrent" }
243
-
244
- DateTime TeslaScheduledChargingStart {channel= " account:model3:myaccount:mycar:scheduledchargingstart" }
245
- Dimmer TeslaSoC {channel= " account:model3:myaccount:mycar:soc" }
246
-
247
- Switch TeslaDoorLock {channel= " account:model3:myaccount:mycar:doorlock" }
248
- Switch TeslaHorn {channel= " account:model3:myaccount:mycar:honkhorn" }
249
- Switch TeslaStart {channel= " account:model3:myaccount:mycar:remotestart" }
250
- Switch TeslaSentry {channel= " account:model3:myaccount:mycar:sentrymode" }
251
- Switch TeslaLights {channel= " account:model3:myaccount:mycar:flashlights" }
252
- Switch TeslaValet {channel= " account:model3:myaccount:mycar:valetmode" }
253
-
254
- Switch TeslaWakeup {channel= " account:model3:myaccount:mycar:wakeup" }
255
-
256
- Switch TeslaBatteryHeater {channel= " account:model3:myaccount:mycar:batteryheater" }
257
- Switch TeslaFrontDefrost {channel= " account:model3:myaccount:mycar:frontdefroster" }
258
- Switch TeslaRearDefrost {channel= " account:model3:myaccount:mycar:reardefroster" }
259
- Switch TeslaLeftSeatHeater {channel= " account:model3:myaccount:mycar:leftseatheater" }
260
- Switch TeslaRightSeatHeater {channel= " account:model3:myaccount:mycar:rightseatheater" }
261
-
262
- Switch TeslaHomelink {channel= " account:model3:myaccount:mycar:homelink" }
263
- Location TeslaLocation {channel= " account:model3:myaccount:mycar:location" }
264
- Number TeslaHeading {channel= " account:model3:myaccount:mycar:heading" }
265
- DateTime TeslaLocationTime {channel= " account:model3:myaccount:mycar:gpstimestamp" }
266
-
267
- Switch TeslaAutoconditioning {channel= " account:model3:myaccount:mycar:autoconditioning" }
268
- Number : Temperature TeslaTemperature {channel= " account:model3:myaccount:mycar:temperature" }
269
- Number : Temperature TeslaTemperatureCombined {channel= " account:model3:myaccount:mycar:combinedtemp" }
270
- Number : Temperature TeslaInsideTemperature {channel= " account:model3:myaccount:mycar:insidetemp" }
271
- Number : Temperature TeslaOutsideTemperature {channel= " account:model3:myaccount:mycar:outsidetemp" }
272
-
273
- String TeslaDestinationName {channel= " account:model3:myaccount:mycar:destinationname" }
274
- Location TeslaDestinationLocation {channel= " account:model3:myaccount:mycar:destinationlocation" }
275
- Number : Time TeslaMinutesToArrival {channel= " account:model3:myaccount:mycar:minutestoarrival" , unit= " min" }
276
- Number : Length TeslaDistanceToArrival {channel= " account:model3:myaccount:mycar:distancetoarrival" }
215
+ DateTime TeslaEventstamp {channel= " tesla:model3:myaccount:mycar:eventstamp" }
216
+ String TeslaState {channel= " tesla:model3:myaccount:mycar:state" }
217
+ Number TeslaSpeed {channel= " tesla:model3:myaccount:mycar:speed" }
218
+ String TeslaShiftState {channel= " tesla:model3:myaccount:mycar:shiftstate" }
219
+ Number TeslaOdometer {channel= " tesla:model3:myaccount:mycar:odometer" }
220
+ Number TeslaRange {channel= " tesla:model3:myaccount:mycar:range" }
221
+
222
+ Number TeslaBatteryLevel {channel= " tesla:model3:myaccount:mycar:batterylevel" }
223
+ Number TeslaPower {channel= " tesla:model3:myaccount:mycar:power" }
224
+ Number TeslaBatteryCurrent {channel= " tesla:model3:myaccount:mycar:batterycurrent" }
225
+ Number TeslaBatteryRange {channel= " tesla:model3:myaccount:mycar:batteryrange" }
226
+ Number TeslaEstBatteryRange {channel= " tesla:model3:myaccount:mycar:estimatedbatteryrange" }
227
+ Number TeslaIdealBatteryRange {channel= " tesla:model3:myaccount:mycar:idealbatteryrange" }
228
+ Number TeslaUsableBatteryLevel {channel= " tesla:model3:myaccount:mycar:usablebatterylevel" }
229
+ Switch TeslaPreconditioning {channel= " tesla:model3:myaccount:mycar:preconditioning" }
230
+
231
+ Switch TeslaCharge {channel= " tesla:model3:myaccount:mycar:charge" }
232
+ Switch TeslaChargeToMax {channel= " tesla:model3:myaccount:mycar:chargetomax" }
233
+
234
+ Dimmer TeslaChargeLimit {channel= " tesla:model3:myaccount:mycar:chargelimit" }
235
+ Number TeslaChargeRate {channel= " tesla:model3:myaccount:mycar:chargerate" }
236
+ String TeslaChargingState {channel= " tesla:model3:myaccount:mycar:chargingstate" }
237
+ Number TeslaChargerPower {channel= " tesla:model3:myaccount:mycar:chargerpower" }
238
+ Number TeslaTimeToFullCharge {channel= " tesla:model3:myaccount:mycar:timetofullcharge" }
239
+ Number TeslaMaxCharges {channel= " tesla:model3:myaccount:mycar:maxcharges" }
240
+
241
+ Number TeslaChargerVoltage {channel= " tesla:model3:myaccount:mycar:chargervoltage" }
242
+ Number TeslaChargerCurrent {channel= " tesla:model3:myaccount:mycar:chargercurrent" }
243
+
244
+ DateTime TeslaScheduledChargingStart {channel= " tesla:model3:myaccount:mycar:scheduledchargingstart" }
245
+ Dimmer TeslaSoC {channel= " tesla:model3:myaccount:mycar:soc" }
246
+
247
+ Switch TeslaDoorLock {channel= " tesla:model3:myaccount:mycar:doorlock" }
248
+ Switch TeslaHorn {channel= " tesla:model3:myaccount:mycar:honkhorn" }
249
+ Switch TeslaStart {channel= " tesla:model3:myaccount:mycar:remotestart" }
250
+ Switch TeslaSentry {channel= " tesla:model3:myaccount:mycar:sentrymode" }
251
+ Switch TeslaLights {channel= " tesla:model3:myaccount:mycar:flashlights" }
252
+ Switch TeslaValet {channel= " tesla:model3:myaccount:mycar:valetmode" }
253
+
254
+ Switch TeslaWakeup {channel= " tesla:model3:myaccount:mycar:wakeup" }
255
+
256
+ Switch TeslaFrontDefrost {channel= " tesla:model3:myaccount:mycar:frontdefroster" }
257
+ Switch TeslaRearDefrost {channel= " tesla:model3:myaccount:mycar:reardefroster" }
258
+ Switch TeslaLeftSeatHeater {channel= " tesla:model3:myaccount:mycar:leftseatheater" }
259
+ Switch TeslaRightSeatHeater {channel= " tesla:model3:myaccount:mycar:rightseatheater" }
260
+
261
+ Switch TeslaHomelink {channel= " tesla:model3:myaccount:mycar:homelink" }
262
+ Location TeslaLocation {channel= " tesla:model3:myaccount:mycar:location" }
263
+ Number TeslaHeading {channel= " tesla:model3:myaccount:mycar:heading" }
264
+ DateTime TeslaLocationTime {channel= " tesla:model3:myaccount:mycar:gpstimestamp" }
265
+
266
+ Switch TeslaAutoconditioning {channel= " tesla:model3:myaccount:mycar:autoconditioning" }
267
+ Number : Temperature TeslaTemperatureCombined {channel= " tesla:model3:myaccount:mycar:combinedtemp" }
268
+ Number : Temperature TeslaInsideTemperature {channel= " tesla:model3:myaccount:mycar:insidetemp" }
269
+ Number : Temperature TeslaOutsideTemperature {channel= " tesla:model3:myaccount:mycar:outsidetemp" }
270
+
271
+ String TeslaDestinationName {channel= " tesla:model3:myaccount:mycar:destinationname" }
272
+ Location TeslaDestinationLocation {channel= " tesla:model3:myaccount:mycar:destinationlocation" }
273
+ Number : Time TeslaMinutesToArrival {channel= " tesla:model3:myaccount:mycar:minutestoarrival" , unit= " min" }
274
+ Number : Length TeslaDistanceToArrival {channel= " tesla:model3:myaccount:mycar:distancetoarrival" }
277
275
```
278
276
279
277
demo.sitemap:
0 commit comments