added button to send down the onewire scan request
This commit is contained in:
parent
33eb4e6eca
commit
c5a3487db0
8 changed files with 89 additions and 11 deletions
|
|
@ -48,6 +48,21 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
|
|||
v2CellBlue: "2.1.7",
|
||||
v2EthBlue: "2.1.7"
|
||||
}
|
||||
],[
|
||||
"detectOneWire",
|
||||
{
|
||||
photon: "N/A",
|
||||
electron: "N/A",
|
||||
v2Wifi: "N/A",
|
||||
v2Cell: "N/A",
|
||||
v2WifiS3: "N/A",
|
||||
v2CellS3: "N/A",
|
||||
v2CellBlack: "2.1.8",
|
||||
v2CellGreen: "N/A",
|
||||
v2WifiBlue: "2.1.8",
|
||||
v2CellBlue: "2.1.8",
|
||||
v2EthBlue: "2.1.8"
|
||||
}
|
||||
]
|
||||
]);
|
||||
export class Device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue