-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added new custom widget example (analog clock) - Added *dotnet/iot* DHT-11 and DHT-22 programs - Fixed encrypted fields bug when saving virtual modules
- Loading branch information
Showing
12 changed files
with
424 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ts/build/all/app/main.bd68f79f3efc8d63.js → ...ts/build/all/app/main.a3047256dd4985fd.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
69 changes: 68 additions & 1 deletion
69
assets/build/all/data/packages/homegenie/homegenie-iot-net/modules.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ArrayOfModule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
</ArrayOfModule> | ||
<Module> | ||
<Name>DHT-11 Sensor IoT</Name> | ||
<Description>Read temperature and humidity from a DHT-11 connected to GPIO. | ||
</Description> | ||
<DeviceType>Program</DeviceType> | ||
<Domain>HomeAutomation.HomeGenie.Automation</Domain> | ||
<Address>701</Address> | ||
<Properties> | ||
<ModuleParameter> | ||
<Name>ConfigureOptions.GPIO.Pin</Name> | ||
<Value /> | ||
<Description>Pin number</Description> | ||
<FieldType>select:GPIO17 (pin 11)=17,GPIO27 (pin 13)=27,GPIO22 (pin 15)=22,GPIO4 (pin 7)=4,GPIO5 (pin 29)=5,GPIO6 (pin 31)=6,GPIO13 (pin 33)=13,GPIO19 (pin 35)=19,GPIO26 (pin 37)=26,GPIO23 (pin 16)=23,GPIO24 (pin 18)=24,GPIO25 (pin 22)=25,GPIO12 (pin 32)=12,GPIO16 (pin 36)=16,GPIO21 (pin 40)=21</FieldType> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:21:58.9506147Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>ConfigureOptions.UpdateInterval</Name> | ||
<Value>60</Value> | ||
<Description>Update Interval (seconds)</Description> | ||
<FieldType>slider:10:3600:10</FieldType> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:18:16.8321314Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>Program.Notification</Name> | ||
<Value>{"Title":"DHT-11 Sensor IoT","Message":"Data pin not selected. [program_configure,program_disable]"}</Value> | ||
<Description /> | ||
<FieldType /> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:22:39.0487788Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>Program.Status</Name> | ||
<Value>Running</Value> | ||
<Description /> | ||
<FieldType /> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:22:39.0384164Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>Runtime.Error</Name> | ||
<Value /> | ||
<Description /> | ||
<FieldType /> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:21:58.5073868Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>VirtualModule.ParentId</Name> | ||
<Value>701</Value> | ||
<Description /> | ||
<FieldType /> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:22:18.661793Z</UpdateTime> | ||
</ModuleParameter> | ||
<ModuleParameter> | ||
<Name>Widget.DisplayModule</Name> | ||
<Value /> | ||
<Description /> | ||
<FieldType /> | ||
<ParentId>0</ParentId> | ||
<UpdateTime>2023-09-10T19:19:13.8595219Z</UpdateTime> | ||
</ModuleParameter> | ||
</Properties> | ||
<Stores /> | ||
</Module> | ||
</ArrayOfModule> |
2 changes: 1 addition & 1 deletion
2
assets/build/all/data/packages/homegenie/homegenie-iot-net/package.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"repository":"homegenie","id":"homegenie-iot-net","version":"1.0.0","description":"GPIO, SPI, I2C examples based on .NET IoT libraries.\n\nhttps://learn.microsoft.com/en-us/dotnet/iot/intro","programs":[{"repository":"homegenie","packageId":"homegenie-iot-net","packageVersion":"1.0.0","hid":"700","id":"gpio-pin","required":false,"version":"1.0.1","checksum":"7EFCCA46A94A656A65E9393588A20880","installed":false}],"modules":null,"groups":[],"schedules":[]} | ||
{"repository":"homegenie","id":"homegenie-iot-net","version":"1.0.0","description":"GPIO, SPI, I2C examples based on .NET IoT libraries.\n\nhttps://learn.microsoft.com/en-us/dotnet/iot/intro","programs":[{"repository":"homegenie","packageId":"homegenie-iot-net","packageVersion":"1.0.0","hid":"701","id":"dht-11-sensor","required":false,"version":"1.0.0","checksum":"17935A6F55B291167A8255830C967134","installed":false},{"repository":"homegenie","packageId":"homegenie-iot-net","packageVersion":"1.0.0","hid":"702","id":"dht-22-sensor","required":false,"version":"1.0.0","checksum":"9B9C74DB0A228896C6BB2877D21B2200","installed":false},{"repository":"homegenie","packageId":"homegenie-iot-net","packageVersion":"1.0.0","hid":"700","id":"gpio-pin","required":false,"version":"1.0.1","checksum":"7EFCCA46A94A656A65E9393588A20880","installed":false}],"modules":null,"groups":[],"schedules":[]} |
This file contains 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
Oops, something went wrong.