This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data "google_compute_subnetwork" "specified_subnetwork" { | |
name = "${var.subnet_name}-${local.subnet_number}" | |
} | |
data "google_compute_default_service_account" "default" { | |
} | |
data "google_compute_network" "specified_network" { | |
name = var.network_name | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015 Chevy Spark EV valid mode 22 PIDs -- | |
controller 0x7E7 (responds on 0x7EF) ("BECM-B+EnergyCtrl" / Battery Energy Control Module) | |
Car at nearly full charge (sitting in garage idle), | |
ambient weather ~65 deg F (19 deg C) | |
* indicates probable 8-bit temperature sensor (sensor value - 0x28) = deg C | |
+ indicated probable 16-bit cell voltage sensor -- units unknown | |
PID value | |
---- --------------- | |
0000 00 00 00 01 |
OlderNewer