syntex-automation
Advanced tools
Comparing version 1.0.3 to 1.1.0-b1
@@ -19,3 +19,3 @@ let TypeManager = require('./type-manager'); | ||
files.readFile('/automation/automation-lock.json').then((data) => { | ||
files.readFile('automation/automation-lock.json').then((data) => { | ||
@@ -37,3 +37,3 @@ if(data != null) | ||
files.readFile('/automation/automation.json').then((data) => { | ||
files.readFile('automation/automation.json').then((data) => { | ||
@@ -224,3 +224,3 @@ if(data != null) | ||
files.writeFile('/automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }); | ||
files.writeFile('automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }); | ||
} | ||
@@ -485,3 +485,3 @@ else | ||
files.writeFile('/automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }).then((success) => { | ||
files.writeFile('automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }).then((success) => { | ||
@@ -488,0 +488,0 @@ logger.log('success', trigger.id, trigger.letters, '[' + trigger.name + '] %automation_executed[0]% [' + automation.name + '] %automation_executed[1]%!'); |
{ | ||
"name": "syntex-automation", | ||
"version": "1.0.3", | ||
"version": "1.1.0-b1", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -7,3 +7,3 @@ # SynTex Automation System | ||
[![NPM Downloads](https://img.shields.io/npm/dt/syntex-automation?color=9944ee&&style=for-the-badge)](https://www.npmjs.com/package/syntex-automation) | ||
[![GitHub Commits](https://img.shields.io/github/commits-since/SynTexDZN/syntex-automation/0.0.0?color=yellow&label=commits&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation/commits) | ||
[![GitHub Commits](https://img.shields.io/github/commits-since/SynTexDZN/syntex-automation/1.0.0?color=yellow&label=commits&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation/commits) | ||
[![GitHub Code Size](https://img.shields.io/github/languages/code-size/SynTexDZN/syntex-automation?color=0af&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation) | ||
@@ -21,2 +21,2 @@ | ||
- `Join` our `Discord Server` | ||
#### [![Discord](https://img.shields.io/discord/442095224953634828?color=5865F2&logoColor=white&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/XUqghtw4DE) | ||
#### [![Discord](https://img.shields.io/discord/442095224953634828?color=5865F2&logoColor=white&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/XUqghtw4DE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23991
21
2