Code by Scott שאול בן ישוע
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sha'ul ben Yeshua
Nut UPS Driver for Hubitat
Commits
b0fb0e6d
Verified
Commit
b0fb0e6d
authored
Nov 09, 2019
by
Sha'ul ben Yeshua
🎗
Browse files
edits for folder location
parent
dc17d687
Pipeline
#199
failed with stage
in 3 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Drivers/NUT Child UPS Outlet.groovy
View file @
b0fb0e6d
...
...
@@ -17,13 +17,20 @@
*/
metadata
{
definition
(
name:
"NUT Child UPS Outlet"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
)
{
capability
"Refresh"
capability
"Switch"
definition
(
name:
"NUT Child UPS Outlet"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
importUrl:
"http://sgrayban.borgnet.online:8081/nut-ups-driver/NUT%20Child%20UPS%20Outlet.groovy"
)
{
capability
"Refresh"
capability
"Switch"
// Outlet capabilities
capability
"VoltageMeasurement"
capability
"PowerMeter"
// Outlet capabilities
capability
"VoltageMeasurement"
capability
"PowerMeter"
}
attribute
"switchable"
,
"Boolean"
...
...
Drivers/NUT Child UPS.groovy
View file @
b0fb0e6d
...
...
@@ -17,15 +17,22 @@
*/
metadata
{
definition
(
name:
"NUT Child UPS"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
)
{
definition
(
name:
"NUT Child UPS"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
,
importUrl:
"http://sgrayban.borgnet.online:8081/nut-ups-driver/NUT%20Child%20UPS.groovy"
)
{
capability
"Refresh"
capability
"TemperatureMeasurement"
capability
"PowerSource"
capability
"TemperatureMeasurement"
capability
"PowerSource"
// Outlet capabilities
capability
"VoltageMeasurement"
capability
"PowerMeter"
capability
"Battery"
// Outlet capabilities
capability
"VoltageMeasurement"
capability
"PowerMeter"
capability
"Battery"
}
attribute
"batteryRuntimeSecs"
,
"Integer"
...
...
Drivers/NUT UPS Driver.groovy
View file @
b0fb0e6d
...
...
@@ -20,7 +20,13 @@
*/
metadata
{
definition
(
name:
"NUT UPS Driver"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
)
definition
(
name:
"NUT UPS Driver"
,
namespace:
"guyee"
,
author:
"Peter Gulyas"
,
importUrl:
"http://sgrayban.borgnet.online:8081/nut-ups-driver/NUT%20UPS%20Driver.groovy"
)
{
capability
"Initialize"
capability
"Telnet"
...
...
Drivers/index.html
deleted
100644 → 0
View file @
dc17d687
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment