This file contains hidden or 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
| return { | |
| "name": "Webcam", | |
| "deviceMap": [ | |
| { "deviceId": [1004], "minimum": 1, "maximum": 1}, //Webcam | |
| ], | |
| "forceDeviceMapGroup": true | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| return { | |
| "name": "Advanced Ninja Health", | |
| "deviceMap": [ | |
| { "deviceId": [500,501,502,503], "minimum": 1, "maximum": 1}, //CPU | |
| { "deviceId": [520,521,522,523], "minimum": 1, "maximum": 1}, //RAM | |
| { "deviceId": [530,531,532,533], "minimum": 1, "maximum": 1}, //Network In | |
| { "deviceId": [540,541,542,543], "minimum": 1, "maximum": 1} //Network Out | |
| { "deviceId": 2000, "minimum": 1, "maximum": 3} //Sandbox | |
| ], | |
| "forceDeviceMapGroup": true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| /* SENSOR READOUT OPTIONS */ | |
| /* Sensor readout */ | |
| .value { | |
| // | |
| // | |
| // | |
| /* CPU high/low value arrows */ | |
| .highValArrow { | |
| width: 0; | |
| height: 0; |
This file contains hidden or 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
| return { | |
| "name": "Universal Widget (1x1)", | |
| "deviceMap": [ | |
| { "deviceId": 31, "vendor": 0, "minimum": 1, "maximum": 1 }, //Temperature | |
| { "deviceId": 30, "vendor": 0, "minimum": 1, "maximum": 1 }, //Humidity | |
| { "deviceId": [530,531,532,533], "minimum": 1, "maximum": 1}, //Network In | |
| { "deviceId": [540,541,542,543], "minimum": 1, "maximum": 1}, //Network Out | |
| { "deviceId": 2000, "minimum": 1, "maximum": 2} //Sandbox | |
| ], | |
| "forceDeviceMapGroup": true |
This file contains hidden or 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
| return { | |
| "name": "Temperature/Humidity Widget (1x1)", | |
| "deviceMap": [ | |
| { "deviceId": 31, "vendor": 0, "minimum": 1, "maximum": 1 }, //Temperature | |
| { "deviceId": 30, "vendor": 0, "minimum": 1, "maximum": 1 } //Humidity | |
| ], | |
| "forceDeviceMapGroup": true | |
| } |
This file contains hidden or 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
| return { | |
| "name": "Temperature/Humidity Widget (1x1)", | |
| "deviceMap": [ | |
| { "deviceId": 31, "vendor": 0, "minimum": 1, "maximum": 1 }, //Temperature | |
| { "deviceId": 30, "vendor": 0, "minimum": 1, "maximum": 1 } //Humidity | |
| ], | |
| "forceDeviceMapGroup": true | |
| } |
This file contains hidden or 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
| return { | |
| "name": "Advanced Ninja Health", | |
| "deviceMap": [ | |
| { "deviceId": [500,501,502,503], "minimum": 1, "maximum": 1}, //CPU | |
| { "deviceId": [520,521,522,523], "minimum": 1, "maximum": 1}, //RAM | |
| { "deviceId": [530,531,532,533], "minimum": 1, "maximum": 1}, //Network In | |
| { "deviceId": [540,541,542,543], "minimum": 1, "maximum": 1} //Network Out | |
| { "deviceId": 2000, "minimum": 1, "maximum": 3} //Sandbox | |
| ], | |
| "forceDeviceMapGroup": true |
This file contains hidden or 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
| return { | |
| "name": "Ninja Diskspace", | |
| "deviceMap": [ | |
| { "deviceId": 2000, "minimum": 1, "maximum": 1} // Sandbox device until more specific ID is availble | |
| ], | |
| "forceDeviceMapGroup": true | |
| } |
NewerOlder