@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
45 lines • 1.12 kB
TypeScript
/** Info methods to probe on each device, in display order. */
export declare const INFO_METHODS: readonly [{
readonly key: "battery";
readonly label: "Battery:";
}, {
readonly key: "firmware";
readonly label: "Firmware:";
}, {
readonly key: "progressorId";
readonly label: "Progressor ID:";
}, {
readonly key: "calibration";
readonly label: "Calibration:";
}, {
readonly key: "hardware";
readonly label: "Hardware:";
}, {
readonly key: "manufacturer";
readonly label: "Manufacturer:";
}, {
readonly key: "serial";
readonly label: "Serial:";
}, {
readonly key: "model";
readonly label: "Model:";
}, {
readonly key: "certification";
readonly label: "Certification:";
}, {
readonly key: "pnp";
readonly label: "PnP ID:";
}, {
readonly key: "software";
readonly label: "Software:";
}, {
readonly key: "system";
readonly label: "System ID:";
}, {
readonly key: "humidity";
readonly label: "Humidity:";
}, {
readonly key: "temperature";
readonly label: "Temperature:";
}];
//# sourceMappingURL=info-methods.d.ts.map